Html Css Color HEX #FAB4C7 Cupid

📋 copy color: '#FAB4C7'

red 250 ◦ green 180 ◦ blue 199

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

Shades of Cupid #FAB4C7

Tints of Cupid #FAB4C7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.62%

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

R = 39.75%
G = 28.62%
B = 31.64%

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

#FAB4C7 (or 0xFAB4C7) is known color: Cupid. HEX triplet: FA, B4 and C7. RGB value is (250,180,199). Sum of RGB (Red+Green+Blue) = 250+180+199=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4C7 is #054B38. Grayscale: #CBCBCB. Windows color (decimal): -346937 or 13087994. OLE color: 13087994.

HSL color Cylindrical-coordinate representation of color #FAB4C7: hue angle of 343.71º 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 #FAB4C7 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 199 -
CMYK 0 0.28 0.20 0.02
HSL 343.71º 0.88% 0.84% -
HSV(B) 343.71º 0.28% 0.98% -
XYZ 66.05 57.09 61.57 -
YUV 203.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 250 180 199 0 0.28 0.20 0.02 343.71 0.88 0.84
Hex FA B4 C7 0 1C 14 2 158 58 54
Octal 372 264 307 0 34 24 2 530 130 124
Binary 11111010 10110100 11000111 0 11100 10100 10 101011000 1011000 1010100

Color Harmonies of #FAB4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4C7

Black with #FAB4C7

Text Example


Text Example

White with #FAB4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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