#FBB7D1

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

Shades of Cotton Candy #FBB7D1

Tints of Cotton Candy #FBB7D1

Color information

#FBB7D1 (or 0xFBB7D1) is unknown color: approx Cotton Candy. HEX triplet: FB, B7 and D1. RGB value is (251,183,209). Sum of RGB (Red+Green+Blue) = 251+183+209=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7D1 is #04482E. Grayscale: #CECECE. Windows color (decimal): -280623 or 13744123. OLE color: 13744123.

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

Color convert

RGB251183209-
CMYK00.270.170.02
HSL337.06º89.47%85.1%-
HSV(B)337.06º27.09%98.43%-
XYZ68.2358.9868.11-
YUV206.3129.53159.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 183 (71.88% from 255) = 28.46%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=39.04%
G=28.46%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118320900.270.170.02337.0689.4785.1
HexFBB7D101B1121515955
Octal373267321033212521131125
Binary111110111011011111010001011011100011010101000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7D1; }

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

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

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

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

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

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

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

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