#F8B9CC

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

Shades of Cupid #F8B9CC

Tints of Cupid #F8B9CC

Color information

#F8B9CC (or 0xF8B9CC) is unknown color: approx Cupid. HEX triplet: F8, B9 and CC. RGB value is (248,185,204). Sum of RGB (Red+Green+Blue) = 248+185+204=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CC is #074633. Grayscale: #CDCDCD. Windows color (decimal): -476724 or 13416952. OLE color: 13416952.

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

Color convert

RGB248185204-
CMYK00.250.180.03
HSL341.9º81.82%84.9%-
HSV(B)341.9º25.4%97.25%-
XYZ66.9659.0164.99-
YUV206126.87157.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=38.93%
G=29.04%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818520400.250.180.03341.981.8284.9
HexF8B9CC0191231565255
Octal370271314031223526122125
Binary111110001011100111001100011001100101110101011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9CC; }

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

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

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

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

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

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

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

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