#FBBBDF

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

Shades of Cotton Candy #FBBBDF

Tints of Cotton Candy #FBBBDF

Color information

#FBBBDF (or 0xFBBBDF) is unknown color: approx Cotton Candy. HEX triplet: FB, BB and DF. RGB value is (251,187,223). Sum of RGB (Red+Green+Blue) = 251+187+223=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBDF is #044420. Grayscale: #D2D2D2. Windows color (decimal): -279585 or 14662651. OLE color: 14662651.

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

Color convert

RGB251187223-
CMYK00.250.110.02
HSL326.25º88.89%85.88%-
HSV(B)326.25º25.5%98.43%-
XYZ70.8761.3877.92-
YUV210.24135.2157.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=37.97%
G=28.29%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118722300.250.110.02326.2588.8985.88
HexFBBBDF019B21465956
Octal373273337031132506131126
Binary11111011101110111101111101100110111010100011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBDF; }

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

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

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

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

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

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

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

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