#FEB5D9

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

Shades of Cotton Candy #FEB5D9

Tints of Cotton Candy #FEB5D9

Color information

#FEB5D9 (or 0xFEB5D9) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and D9. RGB value is (254,181,217). Sum of RGB (Red+Green+Blue) = 254+181+217=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D9 is #014A26. Grayscale: #CECECE. Windows color (decimal): -84519 or 14267902. OLE color: 14267902.

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

Color convert

RGB254181217-
CMYK00.290.150.00
HSL330.41º97.33%85.29%-
HSV(B)330.41º28.74%99.61%-
XYZ69.9259.1373.37-
YUV206.93133.68161.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 181 (71.09% from 255) = 27.76%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=38.96%
G=27.76%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418121700.290.150.00330.4197.3385.29
HexFEB5D901DF014a6155
Octal376265331035170512141125
Binary1111111010110101110110010111011111010100101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5D9; }

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

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

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

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

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

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

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

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