Html Css Color HEX #F8B1C5 Cupid

📋 copy color: '#F8B1C5'

red 248 ◦ green 177 ◦ blue 197

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

Shades of Cupid #F8B1C5

Tints of Cupid #F8B1C5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.46%

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 39.87%
G = 28.46%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8B1C5 (or 0xF8B1C5) is known color: Cupid. HEX triplet: F8, B1 and C5. RGB value is (248,177,197). Sum of RGB (Red+Green+Blue) = 248+177+197=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1C5 is #074E3A. Grayscale: #C8C8C8. Windows color (decimal): -478779 or 12956152. OLE color: 12956152.

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

Color convert

RGB 248 177 197 -
CMYK 0 0.29 0.21 0.03
HSL 343.1º 0.84% 0.83% -
HSV(B) 343.1º 0.29% 0.97% -
XYZ 64.51 55.43 60.12 -
YUV 200.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 248 177 197 0 0.29 0.21 0.03 343.1 0.84 0.83
Hex F8 B1 C5 0 1D 15 3 157 54 53
Octal 370 261 305 0 35 25 3 527 124 123
Binary 11111000 10110001 11000101 0 11101 10101 11 101010111 1010100 1010011

Color Harmonies of #F8B1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B1C5

Black with #F8B1C5

Text Example


Text Example

White with #F8B1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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