#FEBFD9

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

Shades of Cotton Candy #FEBFD9

Tints of Cotton Candy #FEBFD9

Color information

#FEBFD9 (or 0xFEBFD9) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and D9. RGB value is (254,191,217). Sum of RGB (Red+Green+Blue) = 254+191+217=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD9 is #014026. Grayscale: #D4D4D4. Windows color (decimal): -81959 or 14270462. OLE color: 14270462.

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

Color convert

RGB254191217-
CMYK00.250.150.00
HSL335.24º96.92%87.25%-
HSV(B)335.24º24.8%99.61%-
XYZ72.0363.3474.08-
YUV212.8130.37157.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=38.37%
G=28.85%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419121700.250.150.00335.2496.9287.25
HexFEBFD9019F014f6157
Octal376277331031170517141127
Binary1111111010111111110110010110011111010100111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFD9; }

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

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

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

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

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

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

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

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