#FEBFDF

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

Shades of Cotton Candy #FEBFDF

Tints of Cotton Candy #FEBFDF

Color information

#FEBFDF (or 0xFEBFDF) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and DF. RGB value is (254,191,223). Sum of RGB (Red+Green+Blue) = 254+191+223=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDF is #014020. Grayscale: #D5D5D5. Windows color (decimal): -81953 or 14663678. OLE color: 14663678.

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

Color convert

RGB254191223-
CMYK00.250.120.00
HSL329.52º96.92%87.25%-
HSV(B)329.52º24.8%99.61%-
XYZ72.8263.6678.26-
YUV213.48133.37156.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=38.02%
G=28.59%
B=33.38%

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
Decimal25419122300.250.120.00329.5296.9287.25
HexFEBFDF019C014a6157
Octal376277337031140512141127
Binary1111111010111111110111110110011100010100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFDF; }

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

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

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

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

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

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

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

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