#FEBCD0

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

Shades of Cotton Candy #FEBCD0

Tints of Cotton Candy #FEBCD0

Color information

#FEBCD0 (or 0xFEBCD0) is unknown color: approx Cotton Candy. HEX triplet: FE, BC and D0. RGB value is (254,188,208). Sum of RGB (Red+Green+Blue) = 254+188+208=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD0 is #01432F. Grayscale: #D2D2D2. Windows color (decimal): -82736 or 13679870. OLE color: 13679870.

HSL color Cylindrical-coordinate representation of color #FEBCD0: hue angle of 341.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCD0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254188208-
CMYK00.260.180.00
HSL341.82º97.06%86.67%-
HSV(B)341.82º25.98%99.61%-
XYZ70.2461.5967.86-
YUV210.01126.87159.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 208 (81.64% from 255) = 32%
R=39.08%
G=28.92%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418820800.260.180.00341.8297.0686.67
HexFEBCD001A1201566157
Octal376274320032220526141127
Binary11111110101111001101000001101010010010101011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCD0; }

 p { color: rgb(254,188,208); }

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

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

 a { background-color: rgb(254,188,208); }

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

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

 span { border-color: rgb(254,188,208); }

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