#FDB4DC

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

Shades of Cotton Candy #FDB4DC

Tints of Cotton Candy #FDB4DC

Color information

#FDB4DC (or 0xFDB4DC) is unknown color: approx Cotton Candy. HEX triplet: FD, B4 and DC. RGB value is (253,180,220). Sum of RGB (Red+Green+Blue) = 253+180+220=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4DC is #024B23. Grayscale: #CECECE. Windows color (decimal): -150308 or 14464253. OLE color: 14464253.

HSL color Cylindrical-coordinate representation of color #FDB4DC: hue angle of 327.12º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4DC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253180220-
CMYK00.290.130.01
HSL327.12º94.81%84.9%-
HSV(B)327.12º28.85%99.22%-
XYZ69.7558.6975.36-
YUV206.39135.68161.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 180 (70.70% from 255) = 27.57%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=38.74%
G=27.57%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318022000.290.130.01327.1294.8184.9
HexFDB4DC01DD11475f55
Octal375264334035151507137125
Binary1111110110110100110111000111011101110100011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4DC; }

 p { color: rgb(253,180,220); }

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

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

 a { background-color: rgb(253,180,220); }

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

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

 span { border-color: rgb(253,180,220); }

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