#F9BACE

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

Shades of Cotton Candy #F9BACE

Tints of Cotton Candy #F9BACE

Color information

#F9BACE (or 0xF9BACE) is unknown color: approx Cotton Candy. HEX triplet: F9, BA and CE. RGB value is (249,186,206). Sum of RGB (Red+Green+Blue) = 249+186+206=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BACE is #064531. Grayscale: #CFCFCF. Windows color (decimal): -410930 or 13548281. OLE color: 13548281.

HSL color Cylindrical-coordinate representation of color #F9BACE: hue angle of 340.95º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BACE is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249186206-
CMYK00.250.170.02
HSL340.95º84%85.29%-
HSV(B)340.95º25.3%97.65%-
XYZ67.7759.7166.35-
YUV207.12127.37157.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=38.85%
G=29.02%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918620600.250.170.02340.958485.29
HexF9BACE0191121555455
Octal371272316031212525124125
Binary111110011011101011001110011001100011010101010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BACE; }

 p { color: rgb(249,186,206); }

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

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

 a { background-color: rgb(249,186,206); }

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

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

 span { border-color: rgb(249,186,206); }

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