#FDB9E3

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

Shades of Cotton Candy #FDB9E3

Tints of Cotton Candy #FDB9E3

Color information

#FDB9E3 (or 0xFDB9E3) is unknown color: approx Cotton Candy. HEX triplet: FD, B9 and E3. RGB value is (253,185,227). Sum of RGB (Red+Green+Blue) = 253+185+227=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E3 is #02461C. Grayscale: #D2D2D2. Windows color (decimal): -149021 or 14924285. OLE color: 14924285.

HSL color Cylindrical-coordinate representation of color #FDB9E3: hue angle of 322.94º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9E3 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253185227-
CMYK00.270.100.01
HSL322.94º94.44%85.88%-
HSV(B)322.94º26.88%99.22%-
XYZ71.7261.1380.69-
YUV210.12137.53158.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 227 (89.06% from 255) = 34.14%
R=38.05%
G=27.82%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318522700.270.100.01322.9494.4485.88
HexFDB9E301BA11435e56
Octal375271343033121503136126
Binary1111110110111001111000110110111010110100001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9E3; }

 p { color: rgb(253,185,227); }

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

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

 a { background-color: rgb(253,185,227); }

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

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

 span { border-color: rgb(253,185,227); }

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