Html Css Color HEX #FABAC1 Light Pink

📋 copy color: '#FABAC1'

red 250 ◦ green 186 ◦ blue 193

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

Shades of Light Pink #FABAC1

Tints of Light Pink #FABAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.68%

R = 39.75%
G = 29.57%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FABAC1 (or 0xFABAC1) is known color: Light Pink. HEX triplet: FA, BA and C1. RGB value is (250,186,193). Sum of RGB (Red+Green+Blue) = 250+186+193=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC1 is #05453E. Grayscale: #CDCDCD. Windows color (decimal): -345407 or 12696314. OLE color: 12696314.

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

Color convert

RGB 250 186 193 -
CMYK 0 0.26 0.23 0.02
HSL 353.44º 0.86% 0.85% -
HSV(B) 353.44º 0.26% 0.98% -
XYZ 66.61 59.29 58.39 -
YUV 205.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 250 186 193 0 0.26 0.23 0.02 353.44 0.86 0.85
Hex FA BA C1 0 1A 17 2 161 56 55
Octal 372 272 301 0 32 27 2 541 126 125
Binary 11111010 10111010 11000001 0 11010 10111 10 101100001 1010110 1010101

Color Harmonies of #FABAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAC1

Black with #FABAC1

Text Example


Text Example

White with #FABAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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