Html Css Color HEX #F9BACA Cupid

📋 copy color: '#F9BACA'

red 249 ◦ green 186 ◦ blue 202

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

Shades of Cupid #F9BACA

Tints of Cupid #F9BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.2%

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

R = 39.09%
G = 29.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9BACA (or 0xF9BACA) is known color: Cupid. HEX triplet: F9, BA and CA. RGB value is (249,186,202). Sum of RGB (Red+Green+Blue) = 249+186+202=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BACA is #064535. Grayscale: #CECECE. Windows color (decimal): -410934 or 13286137. OLE color: 13286137.

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

Color convert

RGB 249 186 202 -
CMYK 0 0.25 0.19 0.02
HSL 344.76º 0.84% 0.85% -
HSV(B) 344.76º 0.25% 0.98% -
XYZ 67.29 59.52 63.82 -
YUV 206.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 249 186 202 0 0.25 0.19 0.02 344.76 0.84 0.85
Hex F9 BA CA 0 19 13 2 159 54 55
Octal 371 272 312 0 31 23 2 531 124 125
Binary 11111001 10111010 11001010 0 11001 10011 10 101011001 1010100 1010101

Color Harmonies of #F9BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BACA

Black with #F9BACA

Text Example


Text Example

White with #F9BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BACA; }

 p { color: rgb(249,186,202); }

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

background-color css

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

 a { background-color: rgb(249,186,202); }

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

border-color css

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

 span { border-color: rgb(249,186,202); }

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