Html Css Color HEX #FAB5C5 Cupid

📋 copy color: '#FAB5C5'

red 250 ◦ green 181 ◦ blue 197

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

Shades of Cupid #FAB5C5

Tints of Cupid #FAB5C5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.82%

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

R = 39.81%
G = 28.82%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAB5C5 (or 0xFAB5C5) is known color: Cupid. HEX triplet: FA, B5 and C5. RGB value is (250,181,197). Sum of RGB (Red+Green+Blue) = 250+181+197=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C5 is #054A3A. Grayscale: #CBCBCB. Windows color (decimal): -346683 or 12957178. OLE color: 12957178.

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

Color convert

RGB 250 181 197 -
CMYK 0 0.28 0.21 0.02
HSL 346.09º 0.87% 0.85% -
HSV(B) 346.09º 0.28% 0.98% -
XYZ 66.03 57.4 60.42 -
YUV 203.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 250 181 197 0 0.28 0.21 0.02 346.09 0.87 0.85
Hex FA B5 C5 0 1C 15 2 15A 57 55
Octal 372 265 305 0 34 25 2 532 127 125
Binary 11111010 10110101 11000101 0 11100 10101 10 101011010 1010111 1010101

Color Harmonies of #FAB5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5C5

Black with #FAB5C5

Text Example


Text Example

White with #FAB5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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