#F8BBCF

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

Shades of Cotton Candy #F8BBCF

Tints of Cotton Candy #F8BBCF

Color information

#F8BBCF (or 0xF8BBCF) is unknown color: approx Cotton Candy. HEX triplet: F8, BB and CF. RGB value is (248,187,207). Sum of RGB (Red+Green+Blue) = 248+187+207=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCF is #074430. Grayscale: #CFCFCF. Windows color (decimal): -476209 or 13614072. OLE color: 13614072.

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

Color convert

RGB248187207-
CMYK00.250.170.03
HSL340.33º81.33%85.29%-
HSV(B)340.33º24.6%97.25%-
XYZ67.746067.04-
YUV207.52127.71156.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=38.63%
G=29.13%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818720700.250.170.03340.3381.3385.29
HexF8BBCF0191131545155
Octal370273317031213524121125
Binary111110001011101111001111011001100011110101010010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBCF; }

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

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

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

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

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

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

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

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