#F8B9DE

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

Shades of Cotton Candy #F8B9DE

Tints of Cotton Candy #F8B9DE

Color information

#F8B9DE (or 0xF8B9DE) is unknown color: approx Cotton Candy. HEX triplet: F8, B9 and DE. RGB value is (248,185,222). Sum of RGB (Red+Green+Blue) = 248+185+222=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9DE is #074621. Grayscale: #CFCFCF. Windows color (decimal): -476706 or 14596600. OLE color: 14596600.

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

Color convert

RGB248185222-
CMYK00.250.100.03
HSL324.76º81.82%84.9%-
HSV(B)324.76º25.4%97.25%-
XYZ69.2559.9377.02-
YUV208.06135.87156.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=37.86%
G=28.24%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818522200.250.100.03324.7681.8284.9
HexF8B9DE019A31455255
Octal370271336031123505122125
Binary11111000101110011101111001100110101110100010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9DE; }

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

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

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

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

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

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

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

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