#FBBCDF

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

Shades of Cotton Candy #FBBCDF

Tints of Cotton Candy #FBBCDF

Color information

#FBBCDF (or 0xFBBCDF) is unknown color: approx Cotton Candy. HEX triplet: FB, BC and DF. RGB value is (251,188,223). Sum of RGB (Red+Green+Blue) = 251+188+223=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCDF is #044320. Grayscale: #D2D2D2. Windows color (decimal): -279329 or 14662907. OLE color: 14662907.

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

Color convert

RGB251188223-
CMYK00.250.110.02
HSL326.67º88.73%86.08%-
HSV(B)326.67º25.1%98.43%-
XYZ71.0961.877.99-
YUV210.83134.87156.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=37.92%
G=28.40%
B=33.69%

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
Decimal25118822300.250.110.02326.6788.7386.08
HexFBBCDF019B21475956
Octal373274337031132507131126
Binary11111011101111001101111101100110111010100011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCDF; }

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

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

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

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

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

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

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

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