Html Css Color HEX #FAABBF Cupid

📋 copy color: '#FAABBF'

red 250 ◦ green 171 ◦ blue 191

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

Shades of Cupid #FAABBF

Tints of Cupid #FAABBF

RGB

 RED value IS 250 (98.05% from 255) = 40.85%

 GREEN value IS 171 (67.19% from 255) = 27.94%

 BLUE value IS 191 (75% from 255) = 31.21%

R = 40.85%
G = 27.94%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAABBF (or 0xFAABBF) is known color: Cupid. HEX triplet: FA, AB and BF. RGB value is (250,171,191). Sum of RGB (Red+Green+Blue) = 250+171+191=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABBF is #055440. Grayscale: #C4C4C4. Windows color (decimal): -349249 or 12561402. OLE color: 12561402.

HSL color Cylindrical-coordinate representation of color #FAABBF: hue angle of 344.81º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABBF is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 191 -
CMYK 0 0.32 0.24 0.02
HSL 344.81º 0.89% 0.83% -
HSV(B) 344.81º 0.32% 0.98% -
XYZ 63.39 53.21 56.22 -
YUV 196.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 250 171 191 0 0.32 0.24 0.02 344.81 0.89 0.83
Hex FA AB BF 0 20 18 2 159 59 53
Octal 372 253 277 0 40 30 2 531 131 123
Binary 11111010 10101011 10111111 0 100000 11000 10 101011001 1011001 1010011

Color Harmonies of #FAABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABBF

Black with #FAABBF

Text Example


Text Example

White with #FAABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABBF; }

 p { color: rgb(250,171,191); }

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

background-color css

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

 a { background-color: rgb(250,171,191); }

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

border-color css

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

 span { border-color: rgb(250,171,191); }

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