Html Css Color HEX #F8B9CA Cupid

📋 copy color: '#F8B9CA'

red 248 ◦ green 185 ◦ blue 202

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

Shades of Cupid #F8B9CA

Tints of Cupid #F8B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.13%

 BLUE value IS 202 (79.3% from 255) = 31.81%

R = 39.06%
G = 29.13%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8B9CA (or 0xF8B9CA) is known color: Cupid. HEX triplet: F8, B9 and CA. RGB value is (248,185,202). Sum of RGB (Red+Green+Blue) = 248+185+202=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CA is #074635. Grayscale: #CDCDCD. Windows color (decimal): -476726 or 13285880. OLE color: 13285880.

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

Color convert

RGB 248 185 202 -
CMYK 0 0.25 0.19 0.03
HSL 343.81º 0.82% 0.85% -
HSV(B) 343.81º 0.25% 0.97% -
XYZ 66.72 58.92 63.73 -
YUV 205.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 248 185 202 0 0.25 0.19 0.03 343.81 0.82 0.85
Hex F8 B9 CA 0 19 13 3 158 52 55
Octal 370 271 312 0 31 23 3 530 122 125
Binary 11111000 10111001 11001010 0 11001 10011 11 101011000 1010010 1010101

Color Harmonies of #F8B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9CA

Black with #F8B9CA

Text Example


Text Example

White with #F8B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9CA; }

 p { color: rgb(248,185,202); }

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

background-color css

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

 a { background-color: rgb(248,185,202); }

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

border-color css

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

 span { border-color: rgb(248,185,202); }

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