#FEB5DC

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

Shades of Cotton Candy #FEB5DC

Tints of Cotton Candy #FEB5DC

Color information

#FEB5DC (or 0xFEB5DC) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and DC. RGB value is (254,181,220). Sum of RGB (Red+Green+Blue) = 254+181+220=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5DC is #014A23. Grayscale: #CFCFCF. Windows color (decimal): -84516 or 14464510. OLE color: 14464510.

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

Color convert

RGB254181220-
CMYK00.290.130.00
HSL327.95º97.33%85.29%-
HSV(B)327.95º28.74%99.61%-
XYZ70.3259.2975.45-
YUV207.27135.18161.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 181 (71.09% from 255) = 27.63%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=38.78%
G=27.63%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418122000.290.130.00327.9597.3385.29
HexFEB5DC01DD01486155
Octal376265334035150510141125
Binary1111111010110101110111000111011101010100100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5DC; }

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

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

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

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

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

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

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

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