#FDBBE4

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

Shades of Cotton Candy #FDBBE4

Tints of Cotton Candy #FDBBE4

Color information

#FDBBE4 (or 0xFDBBE4) is unknown color: approx Cotton Candy. HEX triplet: FD, BB and E4. RGB value is (253,187,228). Sum of RGB (Red+Green+Blue) = 253+187+228=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE4 is #02441B. Grayscale: #D3D3D3. Windows color (decimal): -148508 or 14990333. OLE color: 14990333.

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

Color convert

RGB253187228-
CMYK00.260.100.01
HSL322.73º94.29%86.27%-
HSV(B)322.73º26.09%99.22%-
XYZ72.2862.0281.56-
YUV211.41137.37157.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=37.87%
G=27.99%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318722800.260.100.01322.7394.2986.27
HexFDBBE401AA11435e56
Octal375273344032121503136126
Binary1111110110111011111001000110101010110100001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBE4; }

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

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

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

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

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

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

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

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