#FBBBD5

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

Shades of Cotton Candy #FBBBD5

Tints of Cotton Candy #FBBBD5

Color information

#FBBBD5 (or 0xFBBBD5) is unknown color: approx Cotton Candy. HEX triplet: FB, BB and D5. RGB value is (251,187,213). Sum of RGB (Red+Green+Blue) = 251+187+213=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD5 is #04442A. Grayscale: #D1D1D1. Windows color (decimal): -279595 or 14007291. OLE color: 14007291.

HSL color Cylindrical-coordinate representation of color #FBBBD5: hue angle of 335.62º 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 #FBBBD5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251187213-
CMYK00.250.150.02
HSL335.62º88.89%85.88%-
HSV(B)335.62º25.5%98.43%-
XYZ69.5660.8571.03-
YUV209.1130.2157.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=38.56%
G=28.73%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118721300.250.150.02335.6288.8985.88
HexFBBBD5019F21505956
Octal373273325031172520131126
Binary11111011101110111101010101100111111010101000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBD5; }

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

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

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

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

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

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

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

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