Html Css Color HEX #F8B9CB Cupid

📋 copy color: '#F8B9CB'

red 248 ◦ green 185 ◦ blue 203

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

Shades of Cupid #F8B9CB

Tints of Cupid #F8B9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 38.99%
G = 29.09%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8B9CB (or 0xF8B9CB) is known color: Cupid. HEX triplet: F8, B9 and CB. RGB value is (248,185,203). Sum of RGB (Red+Green+Blue) = 248+185+203=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CB is #074634. Grayscale: #CDCDCD. Windows color (decimal): -476725 or 13351416. OLE color: 13351416.

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

Color convert

RGB 248 185 203 -
CMYK 0 0.25 0.18 0.03
HSL 342.86º 0.82% 0.85% -
HSV(B) 342.86º 0.25% 0.97% -
XYZ 66.84 58.97 64.36 -
YUV 205.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 248 185 203 0 0.25 0.18 0.03 342.86 0.82 0.85
Hex F8 B9 CB 0 19 12 3 157 52 55
Octal 370 271 313 0 31 22 3 527 122 125
Binary 11111000 10111001 11001011 0 11001 10010 11 101010111 1010010 1010101

Color Harmonies of #F8B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9CB

Black with #F8B9CB

Text Example


Text Example

White with #F8B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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