#FEBCDC

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

Shades of Cotton Candy #FEBCDC

Tints of Cotton Candy #FEBCDC

Color information

#FEBCDC (or 0xFEBCDC) is unknown color: approx Cotton Candy. HEX triplet: FE, BC and DC. RGB value is (254,188,220). Sum of RGB (Red+Green+Blue) = 254+188+220=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCDC is #014323. Grayscale: #D3D3D3. Windows color (decimal): -82724 or 14466302. OLE color: 14466302.

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

Color convert

RGB254188220-
CMYK00.260.130.00
HSL330.91º97.06%86.67%-
HSV(B)330.91º25.98%99.61%-
XYZ71.7762.275.93-
YUV211.38132.87158.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=38.37%
G=28.40%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418822000.260.130.00330.9197.0686.67
HexFEBCDC01AD014b6157
Octal376274334032150513141127
Binary1111111010111100110111000110101101010100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCDC; }

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

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

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

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

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

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

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

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