#F8B9C6

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

Shades of Cupid #F8B9C6

Tints of Cupid #F8B9C6

Color information

#F8B9C6 (or 0xF8B9C6) is unknown color: approx Cupid. HEX triplet: F8, B9 and C6. RGB value is (248,185,198). Sum of RGB (Red+Green+Blue) = 248+185+198=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9C6 is #074639. Grayscale: #CDCDCD. Windows color (decimal): -476730 or 13023736. OLE color: 13023736.

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

Color convert

RGB248185198-
CMYK00.250.200.03
HSL347.62º81.82%84.9%-
HSV(B)347.62º25.4%97.25%-
XYZ66.2558.7361.27-
YUV205.32123.87158.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 198 (77.73% from 255) = 31.38%
R=39.30%
G=29.32%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818519800.250.200.03347.6281.8284.9
HexF8B9C601914315c5255
Octal370271306031243534122125
Binary111110001011100111000110011001101001110101110010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9C6; }

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

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

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

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

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

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

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

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