Html Css Color HEX #F8A7BD Cupid

📋 copy color: '#F8A7BD'

red 248 ◦ green 167 ◦ blue 189

#F8A7BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #F8A7BD

Tints of Cupid #F8A7BD

RGB

 RED value IS 248 (97.27% from 255) = 41.06%

 GREEN value IS 167 (65.63% from 255) = 27.65%

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 41.06%
G = 27.65%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8A7BD (or 0xF8A7BD) is known color: Cupid. HEX triplet: F8, A7 and BD. RGB value is (248,167,189). Sum of RGB (Red+Green+Blue) = 248+167+189=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7BD is #075842. Grayscale: #C1C1C1. Windows color (decimal): -481347 or 12429304. OLE color: 12429304.

HSL color Cylindrical-coordinate representation of color #F8A7BD: hue angle of 343.7º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7BD is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 167 189 -
CMYK 0 0.33 0.24 0.03
HSL 343.7º 0.85% 0.81% -
HSV(B) 343.7º 0.33% 0.97% -
XYZ 61.72 51.27 54.79 -
YUV 193.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 248 167 189 0 0.33 0.24 0.03 343.7 0.85 0.81
Hex F8 A7 BD 0 21 18 3 158 55 51
Octal 370 247 275 0 41 30 3 530 125 121
Binary 11111000 10100111 10111101 0 100001 11000 11 101011000 1010101 1010001

Color Harmonies of #F8A7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7BD

Black with #F8A7BD

Text Example


Text Example

White with #F8A7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7BD; }

 p { color: rgb(248,167,189); }

 H1.HeaderClassName
 {
   color: #F8A7BD;
 }
 .AnyTagClassName
 {
   color: #F8A7BD;
 }
</style>

background-color css

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

 a { background-color: rgb(248,167,189); }

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

border-color css

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

 span { border-color: rgb(248,167,189); }

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