#FEB5D0

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

Shades of Cotton Candy #FEB5D0

Tints of Cotton Candy #FEB5D0

Color information

#FEB5D0 (or 0xFEB5D0) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and D0. RGB value is (254,181,208). Sum of RGB (Red+Green+Blue) = 254+181+208=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D0 is #014A2F. Grayscale: #CDCDCD. Windows color (decimal): -84528 or 13678078. OLE color: 13678078.

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

Color convert

RGB254181208-
CMYK00.290.180.00
HSL337.81º97.33%85.29%-
HSV(B)337.81º28.74%99.61%-
XYZ68.7858.6767.37-
YUV205.9129.18162.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=39.50%
G=28.15%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418120800.290.180.00337.8197.3385.29
HexFEB5D001D1201526155
Octal376265320035220522141125
Binary11111110101101011101000001110110010010101001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5D0; }

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

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

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

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

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

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

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

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