#FDBBE6

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

Shades of Cotton Candy #FDBBE6

Tints of Cotton Candy #FDBBE6

Color information

#FDBBE6 (or 0xFDBBE6) is unknown color: approx Cotton Candy. HEX triplet: FD, BB and E6. RGB value is (253,187,230). Sum of RGB (Red+Green+Blue) = 253+187+230=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBE6 is #024419. Grayscale: #D3D3D3. Windows color (decimal): -148506 or 15121405. OLE color: 15121405.

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

Color convert

RGB253187230-
CMYK00.260.090.01
HSL320.91º94.29%86.27%-
HSV(B)320.91º26.09%99.22%-
XYZ72.5662.1483.03-
YUV211.64138.37157.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 230 (90.23% from 255) = 34.33%
R=37.76%
G=27.91%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318723000.260.090.01320.9194.2986.27
HexFDBBE601A911415e56
Octal375273346032111501136126
Binary1111110110111011111001100110101001110100000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBE6; }

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

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

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

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

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

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

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

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