#F8BBCD

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

Shades of Cupid #F8BBCD

Tints of Cupid #F8BBCD

Color information

#F8BBCD (or 0xF8BBCD) is unknown color: approx Cupid. HEX triplet: F8, BB and CD. RGB value is (248,187,205). Sum of RGB (Red+Green+Blue) = 248+187+205=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCD is #074432. Grayscale: #CFCFCF. Windows color (decimal): -476211 or 13483000. OLE color: 13483000.

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

Color convert

RGB248187205-
CMYK00.250.170.03
HSL342.3º81.33%85.29%-
HSV(B)342.3º24.6%97.25%-
XYZ67.559.965.76-
YUV207.29126.71157.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=38.75%
G=29.22%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818720500.250.170.03342.381.3385.29
HexF8BBCD0191131565155
Octal370273315031213526121125
Binary111110001011101111001101011001100011110101011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBCD; }

 p { color: rgb(248,187,205); }

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

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

 a { background-color: rgb(248,187,205); }

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

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

 span { border-color: rgb(248,187,205); }

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