#FBB4D5

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

Shades of Cotton Candy #FBB4D5

Tints of Cotton Candy #FBB4D5

Color information

#FBB4D5 (or 0xFBB4D5) is unknown color: approx Cotton Candy. HEX triplet: FB, B4 and D5. RGB value is (251,180,213). Sum of RGB (Red+Green+Blue) = 251+180+213=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4D5 is #044B2A. Grayscale: #CCCCCC. Windows color (decimal): -281387 or 14005499. OLE color: 14005499.

HSL color Cylindrical-coordinate representation of color #FBB4D5: hue angle of 332.11º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4D5 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251180213-
CMYK00.280.150.02
HSL332.11º89.87%84.51%-
HSV(B)332.11º28.29%98.43%-
XYZ68.1257.9670.55-
YUV204.99132.52160.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 213 (83.59% from 255) = 33.07%
R=38.98%
G=27.95%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118021300.280.150.02332.1189.8784.51
HexFBB4D501CF214c5a55
Octal373264325034172514132125
Binary11111011101101001101010101110011111010100110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4D5; }

 p { color: rgb(251,180,213); }

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

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

 a { background-color: rgb(251,180,213); }

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

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

 span { border-color: rgb(251,180,213); }

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