Html Css Color HEX #FAB9B9 Your Pink

📋 copy color: '#FAB9B9'

red 250 ◦ green 185 ◦ blue 185

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

Shades of Your Pink #FAB9B9

Tints of Your Pink #FAB9B9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.84%

 BLUE value IS 185 (72.66% from 255) = 29.84%

R = 40.32%
G = 29.84%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAB9B9 (or 0xFAB9B9) is known color: Your Pink. HEX triplet: FA, B9 and B9. RGB value is (250,185,185). Sum of RGB (Red+Green+Blue) = 250+185+185=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9B9 is #054646. Grayscale: #CCCCCC. Windows color (decimal): -345671 or 12171770. OLE color: 12171770.

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

Color convert

RGB 250 185 185 -
CMYK 0 0.26 0.26 0.02
HSL 0.87% 0.85% -
HSV(B) 0.26% 0.98% -
XYZ 65.53 58.52 53.74 -
YUV 204.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 250 185 185 0 0.26 0.26 0.02 0 0.87 0.85
Hex FA B9 B9 0 1A 1A 2 0 57 55
Octal 372 271 271 0 32 32 2 0 127 125
Binary 11111010 10111001 10111001 0 11010 11010 10 0 1010111 1010101

Color Harmonies of #FAB9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9B9

Black with #FAB9B9

Text Example


Text Example

White with #FAB9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9B9; }

 p { color: rgb(250,185,185); }

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

background-color css

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

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

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

border-color css

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

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

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