#FEBEDF

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

Shades of Cotton Candy #FEBEDF

Tints of Cotton Candy #FEBEDF

Color information

#FEBEDF (or 0xFEBEDF) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and DF. RGB value is (254,190,223). Sum of RGB (Red+Green+Blue) = 254+190+223=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEDF is #014120. Grayscale: #D4D4D4. Windows color (decimal): -82209 or 14663422. OLE color: 14663422.

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

Color convert

RGB254190223-
CMYK00.250.120.00
HSL329.06º96.97%87.06%-
HSV(B)329.06º25.2%99.61%-
XYZ72.6163.2378.19-
YUV212.9133.7157.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 190 (74.61% from 255) = 28.49%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=38.08%
G=28.49%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419022300.250.120.00329.0696.9787.06
HexFEBEDF019C01496157
Octal376276337031140511141127
Binary1111111010111110110111110110011100010100100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEDF; }

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

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

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

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

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

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

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

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