#FBBBD2

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

Shades of Cotton Candy #FBBBD2

Tints of Cotton Candy #FBBBD2

Color information

#FBBBD2 (or 0xFBBBD2) is unknown color: approx Cotton Candy. HEX triplet: FB, BB and D2. RGB value is (251,187,210). Sum of RGB (Red+Green+Blue) = 251+187+210=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD2 is #04442D. Grayscale: #D0D0D0. Windows color (decimal): -279598 or 13810683. OLE color: 13810683.

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

Color convert

RGB251187210-
CMYK00.250.160.02
HSL338.44º88.89%85.88%-
HSV(B)338.44º25.5%98.43%-
XYZ69.1960.769.04-
YUV208.76128.7158.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=38.73%
G=28.86%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118721000.250.160.02338.4488.8985.88
HexFBBBD20191021525956
Octal373273322031202522131126
Binary111110111011101111010010011001100001010101001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBD2; }

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

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

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

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

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

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

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

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