#F8B9D1

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

Shades of Cotton Candy #F8B9D1

Tints of Cotton Candy #F8B9D1

Color information

#F8B9D1 (or 0xF8B9D1) is unknown color: approx Cotton Candy. HEX triplet: F8, B9 and D1. RGB value is (248,185,209). Sum of RGB (Red+Green+Blue) = 248+185+209=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9D1 is #07462E. Grayscale: #CECECE. Windows color (decimal): -476719 or 13744632. OLE color: 13744632.

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

Color convert

RGB248185209-
CMYK00.250.160.03
HSL337.14º81.82%84.9%-
HSV(B)337.14º25.4%97.25%-
XYZ67.5759.2668.2-
YUV206.57129.37157.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=38.63%
G=28.82%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818520900.250.160.03337.1481.8284.9
HexF8B9D10191031515255
Octal370271321031203521122125
Binary111110001011100111010001011001100001110101000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9D1; }

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

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

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

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

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

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

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

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