Html Css Color HEX #FAB7C9 Cupid

📋 copy color: '#FAB7C9'

red 250 ◦ green 183 ◦ blue 201

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

Shades of Cupid #FAB7C9

Tints of Cupid #FAB7C9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.86%

 BLUE value IS 201 (78.91% from 255) = 31.7%

R = 39.43%
G = 28.86%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAB7C9 (or 0xFAB7C9) is known color: Cupid. HEX triplet: FA, B7 and C9. RGB value is (250,183,201). Sum of RGB (Red+Green+Blue) = 250+183+201=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7C9 is #054836. Grayscale: #CDCDCD. Windows color (decimal): -346167 or 13219834. OLE color: 13219834.

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

Color convert

RGB 250 183 201 -
CMYK 0 0.27 0.20 0.02
HSL 343.88º 0.87% 0.85% -
HSV(B) 343.88º 0.27% 0.98% -
XYZ 66.9 58.41 63.01 -
YUV 205.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 250 183 201 0 0.27 0.20 0.02 343.88 0.87 0.85
Hex FA B7 C9 0 1B 14 2 158 57 55
Octal 372 267 311 0 33 24 2 530 127 125
Binary 11111010 10110111 11001001 0 11011 10100 10 101011000 1010111 1010101

Color Harmonies of #FAB7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7C9

Black with #FAB7C9

Text Example


Text Example

White with #FAB7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7C9; }

 p { color: rgb(250,183,201); }

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

background-color css

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

 a { background-color: rgb(250,183,201); }

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

border-color css

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

 span { border-color: rgb(250,183,201); }

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