#FEB8D2

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

Shades of Cotton Candy #FEB8D2

Tints of Cotton Candy #FEB8D2

Color information

#FEB8D2 (or 0xFEB8D2) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and D2. RGB value is (254,184,210). Sum of RGB (Red+Green+Blue) = 254+184+210=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D2 is #01472D. Grayscale: #CFCFCF. Windows color (decimal): -83758 or 13809918. OLE color: 13809918.

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

Color convert

RGB254184210-
CMYK00.280.170.00
HSL337.71º97.22%85.88%-
HSV(B)337.71º27.56%99.61%-
XYZ69.656068.88-
YUV207.89129.19160.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 184 (72.27% from 255) = 28.40%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=39.20%
G=28.40%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418421000.280.170.00337.7197.2285.88
HexFEB8D201C1101526156
Octal376270322034210522141126
Binary11111110101110001101001001110010001010101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8D2; }

 p { color: rgb(254,184,210); }

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

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

 a { background-color: rgb(254,184,210); }

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

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

 span { border-color: rgb(254,184,210); }

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