#FEBFDC

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

Shades of Cotton Candy #FEBFDC

Tints of Cotton Candy #FEBFDC

Color information

#FEBFDC (or 0xFEBFDC) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and DC. RGB value is (254,191,220). Sum of RGB (Red+Green+Blue) = 254+191+220=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDC is #014023. Grayscale: #D5D5D5. Windows color (decimal): -81956 or 14467070. OLE color: 14467070.

HSL color Cylindrical-coordinate representation of color #FEBFDC: hue angle of 332.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 #FEBFDC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254191220-
CMYK00.250.130.00
HSL332.38º96.92%87.25%-
HSV(B)332.38º24.8%99.61%-
XYZ72.4263.576.15-
YUV213.14131.87157.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 191 (75% from 255) = 28.72%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=38.20%
G=28.72%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419122000.250.130.00332.3896.9287.25
HexFEBFDC019D014c6157
Octal376277334031150514141127
Binary1111111010111111110111000110011101010100110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFDC; }

 p { color: rgb(254,191,220); }

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

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

 a { background-color: rgb(254,191,220); }

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

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

 span { border-color: rgb(254,191,220); }

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