#FDBBE5

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

Shades of Cotton Candy #FDBBE5

Tints of Cotton Candy #FDBBE5

Color information

#FDBBE5 (or 0xFDBBE5) is unknown color: approx Cotton Candy. HEX triplet: FD, BB and E5. RGB value is (253,187,229). Sum of RGB (Red+Green+Blue) = 253+187+229=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE5 is #02441A. Grayscale: #D3D3D3. Windows color (decimal): -148507 or 15055869. OLE color: 15055869.

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

Color convert

RGB253187229-
CMYK00.260.090.01
HSL321.82º94.29%86.27%-
HSV(B)321.82º26.09%99.22%-
XYZ72.4262.0882.29-
YUV211.52137.87157.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=37.82%
G=27.95%
B=34.23%

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
Decimal25318722900.260.090.01321.8294.2986.27
HexFDBBE501A911425e56
Octal375273345032111502136126
Binary1111110110111011111001010110101001110100001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBE5; }

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

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

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

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

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

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

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

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