#FEBFD6

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

Shades of Cotton Candy #FEBFD6

Tints of Cotton Candy #FEBFD6

Color information

#FEBFD6 (or 0xFEBFD6) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and D6. RGB value is (254,191,214). Sum of RGB (Red+Green+Blue) = 254+191+214=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD6 is #014029. Grayscale: #D4D4D4. Windows color (decimal): -81962 or 14073854. OLE color: 14073854.

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

Color convert

RGB254191214-
CMYK00.250.160.00
HSL338.1º96.92%87.25%-
HSV(B)338.1º24.8%99.61%-
XYZ71.6463.1972.04-
YUV212.46128.87157.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=38.54%
G=28.98%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419121400.250.160.00338.196.9287.25
HexFEBFD60191001526157
Octal376277326031200522141127
Binary11111110101111111101011001100110000010101001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFD6; }

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

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

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

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

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

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

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

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