#FDBBDF

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

Shades of Cotton Candy #FDBBDF

Tints of Cotton Candy #FDBBDF

Color information

#FDBBDF (or 0xFDBBDF) is unknown color: approx Cotton Candy. HEX triplet: FD, BB and DF. RGB value is (253,187,223). Sum of RGB (Red+Green+Blue) = 253+187+223=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBDF is #024420. Grayscale: #D2D2D2. Windows color (decimal): -148513 or 14662653. OLE color: 14662653.

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

Color convert

RGB253187223-
CMYK00.260.120.01
HSL327.27º94.29%86.27%-
HSV(B)327.27º26.09%99.22%-
XYZ71.661.7577.96-
YUV210.84134.87158.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=38.16%
G=28.21%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318722300.260.120.01327.2794.2986.27
HexFDBBDF01AC11475e56
Octal375273337032141507136126
Binary1111110110111011110111110110101100110100011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBDF; }

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

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

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

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

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

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

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

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