#FDB9E4

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

Shades of Cotton Candy #FDB9E4

Tints of Cotton Candy #FDB9E4

Color information

#FDB9E4 (or 0xFDB9E4) is unknown color: approx Cotton Candy. HEX triplet: FD, B9 and E4. RGB value is (253,185,228). Sum of RGB (Red+Green+Blue) = 253+185+228=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E4 is #02461B. Grayscale: #D2D2D2. Windows color (decimal): -149020 or 14989821. OLE color: 14989821.

HSL color Cylindrical-coordinate representation of color #FDB9E4: hue angle of 322.06º 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 #FDB9E4 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253185228-
CMYK00.270.100.01
HSL322.06º94.44%85.88%-
HSV(B)322.06º26.88%99.22%-
XYZ71.8661.1881.42-
YUV210.23138.03158.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 185 (72.66% from 255) = 27.78%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=37.99%
G=27.78%
B=34.23%

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
Decimal25318522800.270.100.01322.0694.4485.88
HexFDB9E401BA11425e56
Octal375271344033121502136126
Binary1111110110111001111001000110111010110100001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9E4; }

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

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

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

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

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

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

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

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