#F8B9DC

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

Shades of Cotton Candy #F8B9DC

Tints of Cotton Candy #F8B9DC

Color information

#F8B9DC (or 0xF8B9DC) is unknown color: approx Cotton Candy. HEX triplet: F8, B9 and DC. RGB value is (248,185,220). Sum of RGB (Red+Green+Blue) = 248+185+220=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9DC is #074623. Grayscale: #CFCFCF. Windows color (decimal): -476708 or 14465528. OLE color: 14465528.

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

Color convert

RGB248185220-
CMYK00.250.110.03
HSL326.67º81.82%84.9%-
HSV(B)326.67º25.4%97.25%-
XYZ68.9859.8275.62-
YUV207.83134.87156.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.98%
GREEN value IS 185 (72.66% from 255) = 28.33%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=37.98%
G=28.33%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818522000.250.110.03326.6781.8284.9
HexF8B9DC019B31475255
Octal370271334031133507122125
Binary11111000101110011101110001100110111110100011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9DC; }

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

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

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

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

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

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

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

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