#FDBDD4

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

Shades of Cotton Candy #FDBDD4

Tints of Cotton Candy #FDBDD4

Color information

#FDBDD4 (or 0xFDBDD4) is unknown color: approx Cotton Candy. HEX triplet: FD, BD and D4. RGB value is (253,189,212). Sum of RGB (Red+Green+Blue) = 253+189+212=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD4 is #02422B. Grayscale: #D2D2D2. Windows color (decimal): -148012 or 13942269. OLE color: 13942269.

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

Color convert

RGB253189212-
CMYK00.250.160.01
HSL338.44º94.12%86.67%-
HSV(B)338.44º25.3%99.22%-
XYZ70.5962.0370.54-
YUV210.76128.7158.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=38.69%
G=28.90%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318921200.250.160.01338.4494.1286.67
HexFDBDD40191011525e57
Octal375275324031201522136127
Binary11111101101111011101010001100110000110101001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDD4; }

 p { color: rgb(253,189,212); }

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

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

 a { background-color: rgb(253,189,212); }

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

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

 span { border-color: rgb(253,189,212); }

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