Html Css Color HEX #FAB3C6 Cupid

📋 copy color: '#FAB3C6'

red 250 ◦ green 179 ◦ blue 198

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

Shades of Cupid #FAB3C6

Tints of Cupid #FAB3C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.58%

R = 39.87%
G = 28.55%
B = 31.58%

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

#FAB3C6 (or 0xFAB3C6) is known color: Cupid. HEX triplet: FA, B3 and C6. RGB value is (250,179,198). Sum of RGB (Red+Green+Blue) = 250+179+198=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C6 is #054C39. Grayscale: #CACACA. Windows color (decimal): -347194 or 13022202. OLE color: 13022202.

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

Color convert

RGB 250 179 198 -
CMYK 0 0.28 0.21 0.02
HSL 343.94º 0.88% 0.84% -
HSV(B) 343.94º 0.28% 0.98% -
XYZ 65.74 56.64 60.89 -
YUV 202.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 250 179 198 0 0.28 0.21 0.02 343.94 0.88 0.84
Hex FA B3 C6 0 1C 15 2 158 58 54
Octal 372 263 306 0 34 25 2 530 130 124
Binary 11111010 10110011 11000110 0 11100 10101 10 101011000 1011000 1010100

Color Harmonies of #FAB3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3C6

Black with #FAB3C6

Text Example


Text Example

White with #FAB3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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