#FEBED4

Color #FEBED4 Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FEBED4

Tints of Cotton Candy #FEBED4

Color information

#FEBED4 (or 0xFEBED4) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and D4. RGB value is (254,190,212). Sum of RGB (Red+Green+Blue) = 254+190+212=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED4 is #01412B. Grayscale: #D3D3D3. Windows color (decimal): -82220 or 13942526. OLE color: 13942526.

HSL color Cylindrical-coordinate representation of color #FEBED4: hue angle of 339.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBED4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254190212-
CMYK00.250.170.00
HSL339.38º96.97%87.06%-
HSV(B)339.38º25.2%99.61%-
XYZ71.1762.6570.63-
YUV211.64128.2158.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=38.72%
G=28.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419021200.250.170.00339.3896.9787.06
HexFEBED40191101536157
Octal376276324031210523141127
Binary11111110101111101101010001100110001010101001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBED4; }

 p { color: rgb(254,190,212); }

 H1.HeaderClassName
 {
   color: #FEBED4;
 }
 .AnyTagClassName
 {
   color: #FEBED4;
 }
</style>
background-color css

<style>
 a { background-color: #FEBED4; }

 a { background-color: rgb(254,190,212); }

 div.DivClassName
 {
   background-color: #FEBED4;
 }
 .BgClassName
 {
   background-color: #FEBED4;
 }
</style>
border-color css

<style>
 span { border-color: #FEBED4; }

 span { border-color: rgb(254,190,212); }

 td.TdClassName
 {
   border-color: #FEBED4;
 }
 .TagClassName
 {
   border-color: #FEBED4;
 }
</style>