Html Css Color HEX #FAB1C5 Cupid

📋 copy color: '#FAB1C5'

red 250 ◦ green 177 ◦ blue 197

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

Shades of Cupid #FAB1C5

Tints of Cupid #FAB1C5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.37%

 BLUE value IS 197 (77.34% from 255) = 31.57%

R = 40.06%
G = 28.37%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAB1C5 (or 0xFAB1C5) is known color: Cupid. HEX triplet: FA, B1 and C5. RGB value is (250,177,197). Sum of RGB (Red+Green+Blue) = 250+177+197=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C5 is #054E3A. Grayscale: #C9C9C9. Windows color (decimal): -347707 or 12956154. OLE color: 12956154.

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

Color convert

RGB 250 177 197 -
CMYK 0 0.29 0.21 0.02
HSL 343.56º 0.88% 0.84% -
HSV(B) 343.56º 0.29% 0.98% -
XYZ 65.22 55.8 60.16 -
YUV 201.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 250 177 197 0 0.29 0.21 0.02 343.56 0.88 0.84
Hex FA B1 C5 0 1D 15 2 158 58 54
Octal 372 261 305 0 35 25 2 530 130 124
Binary 11111010 10110001 11000101 0 11101 10101 10 101011000 1011000 1010100

Color Harmonies of #FAB1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1C5

Black with #FAB1C5

Text Example


Text Example

White with #FAB1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1C5; }

 p { color: rgb(250,177,197); }

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

background-color css

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

 a { background-color: rgb(250,177,197); }

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

border-color css

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

 span { border-color: rgb(250,177,197); }

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