#FEBFDE

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

Shades of Cotton Candy #FEBFDE

Tints of Cotton Candy #FEBFDE

Color information

#FEBFDE (or 0xFEBFDE) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and DE. RGB value is (254,191,222). Sum of RGB (Red+Green+Blue) = 254+191+222=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDE is #014021. Grayscale: #D5D5D5. Windows color (decimal): -81954 or 14598142. OLE color: 14598142.

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

Color convert

RGB254191222-
CMYK00.250.130.00
HSL330.48º96.92%87.25%-
HSV(B)330.48º24.8%99.61%-
XYZ72.6963.6177.55-
YUV213.37132.87156.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=38.08%
G=28.64%
B=33.28%

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
Decimal25419122200.250.130.00330.4896.9287.25
HexFEBFDE019D014a6157
Octal376277336031150512141127
Binary1111111010111111110111100110011101010100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFDE; }

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

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

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

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

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

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

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

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