#F8B9CE

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

Shades of Cotton Candy #F8B9CE

Tints of Cotton Candy #F8B9CE

Color information

#F8B9CE (or 0xF8B9CE) is unknown color: approx Cotton Candy. HEX triplet: F8, B9 and CE. RGB value is (248,185,206). Sum of RGB (Red+Green+Blue) = 248+185+206=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CE is #074631. Grayscale: #CECECE. Windows color (decimal): -476722 or 13548024. OLE color: 13548024.

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

Color convert

RGB248185206-
CMYK00.250.170.03
HSL340º81.82%84.9%-
HSV(B)340º25.4%97.25%-
XYZ67.259.1166.26-
YUV206.23127.87157.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=38.81%
G=28.95%
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
Decimal24818520600.250.170.0334081.8284.9
HexF8B9CE0191131545255
Octal370271316031213524122125
Binary111110001011100111001110011001100011110101010010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9CE; }

 p { color: rgb(248,185,206); }

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

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

 a { background-color: rgb(248,185,206); }

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

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

 span { border-color: rgb(248,185,206); }

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