Html Css Color HEX #F8B1C2 Cupid

📋 copy color: '#F8B1C2'

red 248 ◦ green 177 ◦ blue 194

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

Shades of Cupid #F8B1C2

Tints of Cupid #F8B1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 40.06%
G = 28.59%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8B1C2 (or 0xF8B1C2) is known color: Cupid. HEX triplet: F8, B1 and C2. RGB value is (248,177,194). Sum of RGB (Red+Green+Blue) = 248+177+194=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1C2 is #074E3D. Grayscale: #C8C8C8. Windows color (decimal): -478782 or 12759544. OLE color: 12759544.

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

Color convert

RGB 248 177 194 -
CMYK 0 0.29 0.22 0.03
HSL 345.63º 0.84% 0.83% -
HSV(B) 345.63º 0.29% 0.97% -
XYZ 64.17 55.3 58.33 -
YUV 200.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 248 177 194 0 0.29 0.22 0.03 345.63 0.84 0.83
Hex F8 B1 C2 0 1D 16 3 15A 54 53
Octal 370 261 302 0 35 26 3 532 124 123
Binary 11111000 10110001 11000010 0 11101 10110 11 101011010 1010100 1010011

Color Harmonies of #F8B1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B1C2

Black with #F8B1C2

Text Example


Text Example

White with #F8B1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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