#FBBCD7

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

Shades of Cotton Candy #FBBCD7

Tints of Cotton Candy #FBBCD7

Color information

#FBBCD7 (or 0xFBBCD7) is unknown color: approx Cotton Candy. HEX triplet: FB, BC and D7. RGB value is (251,188,215). Sum of RGB (Red+Green+Blue) = 251+188+215=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD7 is #044328. Grayscale: #D1D1D1. Windows color (decimal): -279337 or 14138619. OLE color: 14138619.

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

Color convert

RGB251188215-
CMYK00.250.140.02
HSL334.29º88.73%86.08%-
HSV(B)334.29º25.1%98.43%-
XYZ70.0361.3872.45-
YUV209.91130.87157.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=38.38%
G=28.75%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118821500.250.140.02334.2988.7386.08
HexFBBCD7019E214e5956
Octal373274327031162516131126
Binary11111011101111001101011101100111101010100111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCD7; }

 p { color: rgb(251,188,215); }

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

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

 a { background-color: rgb(251,188,215); }

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

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

 span { border-color: rgb(251,188,215); }

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