#FEB5D3

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

Shades of Cotton Candy #FEB5D3

Tints of Cotton Candy #FEB5D3

Color information

#FEB5D3 (or 0xFEB5D3) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and D3. RGB value is (254,181,211). Sum of RGB (Red+Green+Blue) = 254+181+211=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D3 is #014A2C. Grayscale: #CECECE. Windows color (decimal): -84525 or 13874686. OLE color: 13874686.

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

Color convert

RGB254181211-
CMYK00.290.170.00
HSL335.34º97.33%85.29%-
HSV(B)335.34º28.74%99.61%-
XYZ69.1558.8269.34-
YUV206.25130.68162.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 181 (71.09% from 255) = 28.02%
BLUE value IS 211 (82.81% from 255) = 32.66%
R=39.32%
G=28.02%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418121100.290.170.00335.3497.3385.29
HexFEB5D301D11014f6155
Octal376265323035210517141125
Binary11111110101101011101001101110110001010100111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5D3; }

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

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

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

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

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

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

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

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