#F8BBD7

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

Shades of Cotton Candy #F8BBD7

Tints of Cotton Candy #F8BBD7

Color information

#F8BBD7 (or 0xF8BBD7) is unknown color: approx Cotton Candy. HEX triplet: F8, BB and D7. RGB value is (248,187,215). Sum of RGB (Red+Green+Blue) = 248+187+215=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD7 is #074428. Grayscale: #D0D0D0. Windows color (decimal): -476201 or 14138360. OLE color: 14138360.

HSL color Cylindrical-coordinate representation of color #F8BBD7: hue angle of 332.46º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBD7 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB248187215-
CMYK00.250.130.03
HSL332.46º81.33%85.29%-
HSV(B)332.46º24.6%97.25%-
XYZ68.7560.472.33-
YUV208.43131.71156.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=38.15%
G=28.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818721500.250.130.03332.4681.3385.29
HexF8BBD7019D314c5155
Octal370273327031153514121125
Binary11111000101110111101011101100111011110100110010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBD7; }

 p { color: rgb(248,187,215); }

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

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

 a { background-color: rgb(248,187,215); }

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

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

 span { border-color: rgb(248,187,215); }

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