Html Css Color HEX #FAB3C7 Cupid

📋 copy color: '#FAB3C7'

red 250 ◦ green 179 ◦ blue 199

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

Shades of Cupid #FAB3C7

Tints of Cupid #FAB3C7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.5%

 BLUE value IS 199 (78.13% from 255) = 31.69%

R = 39.81%
G = 28.5%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAB3C7 (or 0xFAB3C7) is known color: Cupid. HEX triplet: FA, B3 and C7. RGB value is (250,179,199). Sum of RGB (Red+Green+Blue) = 250+179+199=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C7 is #054C38. Grayscale: #CACACA. Windows color (decimal): -347193 or 13087738. OLE color: 13087738.

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

Color convert

RGB 250 179 199 -
CMYK 0 0.28 0.20 0.02
HSL 343.1º 0.88% 0.84% -
HSV(B) 343.1º 0.28% 0.98% -
XYZ 65.85 56.69 61.5 -
YUV 202.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 250 179 199 0 0.28 0.20 0.02 343.1 0.88 0.84
Hex FA B3 C7 0 1C 14 2 157 58 54
Octal 372 263 307 0 34 24 2 527 130 124
Binary 11111010 10110011 11000111 0 11100 10100 10 101010111 1011000 1010100

Color Harmonies of #FAB3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3C7

Black with #FAB3C7

Text Example


Text Example

White with #FAB3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3C7; }

 p { color: rgb(250,179,199); }

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

background-color css

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

 a { background-color: rgb(250,179,199); }

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

border-color css

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

 span { border-color: rgb(250,179,199); }

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