Html Css Color HEX #FABAC2 Light Pink

📋 copy color: '#FABAC2'

red 250 ◦ green 186 ◦ blue 194

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

Shades of Light Pink #FABAC2

Tints of Light Pink #FABAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 39.68%
G = 29.52%
B = 30.79%

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

#FABAC2 (or 0xFABAC2) is known color: Light Pink. HEX triplet: FA, BA and C2. RGB value is (250,186,194). Sum of RGB (Red+Green+Blue) = 250+186+194=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC2 is #05453D. Grayscale: #CECECE. Windows color (decimal): -345406 or 12761850. OLE color: 12761850.

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

Color convert

RGB 250 186 194 -
CMYK 0 0.26 0.22 0.02
HSL 352.5º 0.86% 0.85% -
HSV(B) 352.5º 0.26% 0.98% -
XYZ 66.72 59.34 58.98 -
YUV 206.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 250 186 194 0 0.26 0.22 0.02 352.5 0.86 0.85
Hex FA BA C2 0 1A 16 2 160 56 55
Octal 372 272 302 0 32 26 2 540 126 125
Binary 11111010 10111010 11000010 0 11010 10110 10 101100000 1010110 1010101

Color Harmonies of #FABAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAC2

Black with #FABAC2

Text Example


Text Example

White with #FABAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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