#F8B1CB

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

Shades of Cupid #F8B1CB

Tints of Cupid #F8B1CB

Color information

#F8B1CB (or 0xF8B1CB) is unknown color: approx Cupid. HEX triplet: F8, B1 and CB. RGB value is (248,177,203). Sum of RGB (Red+Green+Blue) = 248+177+203=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1CB is #074E34. Grayscale: #C9C9C9. Windows color (decimal): -478773 or 13349368. OLE color: 13349368.

HSL color Cylindrical-coordinate representation of color #F8B1CB: hue angle of 338.03º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B1CB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248177203-
CMYK00.290.180.03
HSL338.03º83.53%83.33%-
HSV(B)338.03º28.63%97.25%-
XYZ65.2155.7163.82-
YUV201.19129.02161.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.49%
GREEN value IS 177 (69.53% from 255) = 28.18%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=39.49%
G=28.18%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817720300.290.180.03338.0383.5383.33
HexF8B1CB01D1231525453
Octal370261313035223522124123
Binary111110001011000111001011011101100101110101001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B1CB; }

 p { color: rgb(248,177,203); }

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

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

 a { background-color: rgb(248,177,203); }

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

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

 span { border-color: rgb(248,177,203); }

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