#FEBBDF

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

Shades of Cotton Candy #FEBBDF

Tints of Cotton Candy #FEBBDF

Color information

#FEBBDF (or 0xFEBBDF) is unknown color: approx Cotton Candy. HEX triplet: FE, BB and DF. RGB value is (254,187,223). Sum of RGB (Red+Green+Blue) = 254+187+223=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBDF is #014420. Grayscale: #D3D3D3. Windows color (decimal): -82977 or 14662654. OLE color: 14662654.

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

Color convert

RGB254187223-
CMYK00.260.120.00
HSL327.76º97.1%86.47%-
HSV(B)327.76º26.38%99.61%-
XYZ71.9661.9477.97-
YUV211.14134.7158.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=38.25%
G=28.16%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418722300.260.120.00327.7697.186.47
HexFEBBDF01AC01486156
Octal376273337032140510141126
Binary1111111010111011110111110110101100010100100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBDF; }

 p { color: rgb(254,187,223); }

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

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

 a { background-color: rgb(254,187,223); }

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

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

 span { border-color: rgb(254,187,223); }

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