#FDBBD2

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

Shades of Cotton Candy #FDBBD2

Tints of Cotton Candy #FDBBD2

Color information

#FDBBD2 (or 0xFDBBD2) is unknown color: approx Cotton Candy. HEX triplet: FD, BB and D2. RGB value is (253,187,210). Sum of RGB (Red+Green+Blue) = 253+187+210=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD2 is #02442D. Grayscale: #D1D1D1. Windows color (decimal): -148526 or 13810685. OLE color: 13810685.

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

Color convert

RGB253187210-
CMYK00.260.170.01
HSL339.09º94.29%86.27%-
HSV(B)339.09º26.09%99.22%-
XYZ69.9161.0869.08-
YUV209.36128.37159.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=38.92%
G=28.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318721000.260.170.01339.0994.2986.27
HexFDBBD201A1111535e56
Octal375273322032211523136126
Binary11111101101110111101001001101010001110101001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBD2; }

 p { color: rgb(253,187,210); }

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

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

 a { background-color: rgb(253,187,210); }

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

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

 span { border-color: rgb(253,187,210); }

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