Html Css Color HEX #FABAC5 Light Pink

📋 copy color: '#FABAC5'

red 250 ◦ green 186 ◦ blue 197

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

Shades of Light Pink #FABAC5

Tints of Light Pink #FABAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.38%

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

R = 39.49%
G = 29.38%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FABAC5 (or 0xFABAC5) is known color: Light Pink. HEX triplet: FA, BA and C5. RGB value is (250,186,197). Sum of RGB (Red+Green+Blue) = 250+186+197=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC5 is #05453A. Grayscale: #CECECE. Windows color (decimal): -345403 or 12958458. OLE color: 12958458.

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

Color convert

RGB 250 186 197 -
CMYK 0 0.26 0.21 0.02
HSL 349.69º 0.86% 0.85% -
HSV(B) 349.69º 0.26% 0.98% -
XYZ 67.06 59.47 60.77 -
YUV 206.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 250 186 197 0 0.26 0.21 0.02 349.69 0.86 0.85
Hex FA BA C5 0 1A 15 2 15E 56 55
Octal 372 272 305 0 32 25 2 536 126 125
Binary 11111010 10111010 11000101 0 11010 10101 10 101011110 1010110 1010101

Color Harmonies of #FABAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAC5

Black with #FABAC5

Text Example


Text Example

White with #FABAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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