Html Css Color HEX #FABAC3 Light Pink

📋 copy color: '#FABAC3'

red 250 ◦ green 186 ◦ blue 195

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

Shades of Light Pink #FABAC3

Tints of Light Pink #FABAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.9%

R = 39.62%
G = 29.48%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FABAC3 (or 0xFABAC3) is known color: Light Pink. HEX triplet: FA, BA and C3. RGB value is (250,186,195). Sum of RGB (Red+Green+Blue) = 250+186+195=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC3 is #05453C. Grayscale: #CECECE. Windows color (decimal): -345405 or 12827386. OLE color: 12827386.

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

Color convert

RGB 250 186 195 -
CMYK 0 0.26 0.22 0.02
HSL 351.56º 0.86% 0.85% -
HSV(B) 351.56º 0.26% 0.98% -
XYZ 66.83 59.38 59.57 -
YUV 206.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 250 186 195 0 0.26 0.22 0.02 351.56 0.86 0.85
Hex FA BA C3 0 1A 16 2 160 56 55
Octal 372 272 303 0 32 26 2 540 126 125
Binary 11111010 10111010 11000011 0 11010 10110 10 101100000 1010110 1010101

Color Harmonies of #FABAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAC3

Black with #FABAC3

Text Example


Text Example

White with #FABAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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