#FBBBD0

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

Shades of Cotton Candy #FBBBD0

Tints of Cotton Candy #FBBBD0

Color information

#FBBBD0 (or 0xFBBBD0) is unknown color: approx Cotton Candy. HEX triplet: FB, BB and D0. RGB value is (251,187,208). Sum of RGB (Red+Green+Blue) = 251+187+208=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD0 is #04442F. Grayscale: #D0D0D0. Windows color (decimal): -279600 or 13679611. OLE color: 13679611.

HSL color Cylindrical-coordinate representation of color #FBBBD0: hue angle of 340.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBD0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB251187208-
CMYK00.250.170.02
HSL340.31º88.89%85.88%-
HSV(B)340.31º25.5%98.43%-
XYZ68.9460.667.74-
YUV208.53127.7158.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=38.85%
G=28.95%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118720800.250.170.02340.3188.8985.88
HexFBBBD00191121545956
Octal373273320031212524131126
Binary111110111011101111010000011001100011010101010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBD0; }

 p { color: rgb(251,187,208); }

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

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

 a { background-color: rgb(251,187,208); }

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

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

 span { border-color: rgb(251,187,208); }

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