Html Css Color HEX #FAB3C5 Cupid

📋 copy color: '#FAB3C5'

red 250 ◦ green 179 ◦ blue 197

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

Shades of Cupid #FAB3C5

Tints of Cupid #FAB3C5

RGB

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

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

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

R = 39.94%
G = 28.59%
B = 31.47%

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

#FAB3C5 (or 0xFAB3C5) is known color: Cupid. HEX triplet: FA, B3 and C5. RGB value is (250,179,197). Sum of RGB (Red+Green+Blue) = 250+179+197=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C5 is #054C3A. Grayscale: #CACACA. Windows color (decimal): -347195 or 12956666. OLE color: 12956666.

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

Color convert

RGB 250 179 197 -
CMYK 0 0.28 0.21 0.02
HSL 344.79º 0.88% 0.84% -
HSV(B) 344.79º 0.28% 0.98% -
XYZ 65.62 56.6 60.29 -
YUV 202.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 250 179 197 0 0.28 0.21 0.02 344.79 0.88 0.84
Hex FA B3 C5 0 1C 15 2 159 58 54
Octal 372 263 305 0 34 25 2 531 130 124
Binary 11111010 10110011 11000101 0 11100 10101 10 101011001 1011000 1010100

Color Harmonies of #FAB3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3C5

Black with #FAB3C5

Text Example


Text Example

White with #FAB3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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