#FBBFD6

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

Shades of Cotton Candy #FBBFD6

Tints of Cotton Candy #FBBFD6

Color information

#FBBFD6 (or 0xFBBFD6) is unknown color: approx Cotton Candy. HEX triplet: FB, BF and D6. RGB value is (251,191,214). Sum of RGB (Red+Green+Blue) = 251+191+214=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFD6 is #044029. Grayscale: #D3D3D3. Windows color (decimal): -278570 or 14073851. OLE color: 14073851.

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

Color convert

RGB251191214-
CMYK00.240.150.02
HSL337º88.24%86.67%-
HSV(B)337º23.9%98.43%-
XYZ70.5562.6371.99-
YUV211.56129.38156.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=38.26%
G=29.12%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119121400.240.150.0233788.2486.67
HexFBBFD6018F21515857
Octal373277326030172521130127
Binary11111011101111111101011001100011111010101000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFD6; }

 p { color: rgb(251,191,214); }

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

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

 a { background-color: rgb(251,191,214); }

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

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

 span { border-color: rgb(251,191,214); }

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