#FBB7DA

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

Shades of Cotton Candy #FBB7DA

Tints of Cotton Candy #FBB7DA

Color information

#FBB7DA (or 0xFBB7DA) is unknown color: approx Cotton Candy. HEX triplet: FB, B7 and DA. RGB value is (251,183,218). Sum of RGB (Red+Green+Blue) = 251+183+218=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7DA is #044825. Grayscale: #CFCFCF. Windows color (decimal): -280614 or 14333947. OLE color: 14333947.

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

Color convert

RGB251183218-
CMYK00.270.130.02
HSL329.12º89.47%85.1%-
HSV(B)329.12º27.09%98.43%-
XYZ69.3759.4474.15-
YUV207.32134.03159.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 183 (71.88% from 255) = 28.07%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=38.50%
G=28.07%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118321800.270.130.02329.1289.4785.1
HexFBB7DA01BD21495955
Octal373267332033152511131125
Binary11111011101101111101101001101111011010100100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7DA; }

 p { color: rgb(251,183,218); }

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

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

 a { background-color: rgb(251,183,218); }

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

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

 span { border-color: rgb(251,183,218); }

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