Html Css Color HEX #F9B1CB Cupid

📋 copy color: '#F9B1CB'

red 249 ◦ green 177 ◦ blue 203

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

Shades of Cupid #F9B1CB

Tints of Cupid #F9B1CB

RGB

 RED value IS 249 (97.66% from 255) = 39.59%

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

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

R = 39.59%
G = 28.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9B1CB (or 0xF9B1CB) is known color: Cupid. HEX triplet: F9, B1 and CB. RGB value is (249,177,203). Sum of RGB (Red+Green+Blue) = 249+177+203=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1CB is #064E34. Grayscale: #C9C9C9. Windows color (decimal): -413237 or 13349369. OLE color: 13349369.

HSL color Cylindrical-coordinate representation of color #F9B1CB: hue angle of 338.33º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1CB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 177 203 -
CMYK 0 0.29 0.18 0.02
HSL 338.33º 0.86% 0.84% -
HSV(B) 338.33º 0.29% 0.98% -
XYZ 65.57 55.9 63.83 -
YUV 201.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 249 177 203 0 0.29 0.18 0.02 338.33 0.86 0.84
Hex F9 B1 CB 0 1D 12 2 152 56 54
Octal 371 261 313 0 35 22 2 522 126 124
Binary 11111001 10110001 11001011 0 11101 10010 10 101010010 1010110 1010100

Color Harmonies of #F9B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1CB

Black with #F9B1CB

Text Example


Text Example

White with #F9B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1CB; }

 p { color: rgb(249,177,203); }

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

background-color css

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

 a { background-color: rgb(249,177,203); }

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

border-color css

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

 span { border-color: rgb(249,177,203); }

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