Html Css Color HEX #FABAC4 Light Pink

📋 copy color: '#FABAC4'

red 250 ◦ green 186 ◦ blue 196

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

Shades of Light Pink #FABAC4

Tints of Light Pink #FABAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.01%

R = 39.56%
G = 29.43%
B = 31.01%

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

#FABAC4 (or 0xFABAC4) is known color: Light Pink. HEX triplet: FA, BA and C4. RGB value is (250,186,196). Sum of RGB (Red+Green+Blue) = 250+186+196=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC4 is #05453B. Grayscale: #CECECE. Windows color (decimal): -345404 or 12892922. OLE color: 12892922.

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

Color convert

RGB 250 186 196 -
CMYK 0 0.26 0.22 0.02
HSL 350.63º 0.86% 0.85% -
HSV(B) 350.63º 0.26% 0.98% -
XYZ 66.95 59.43 60.17 -
YUV 206.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 250 186 196 0 0.26 0.22 0.02 350.63 0.86 0.85
Hex FA BA C4 0 1A 16 2 15F 56 55
Octal 372 272 304 0 32 26 2 537 126 125
Binary 11111010 10111010 11000100 0 11010 10110 10 101011111 1010110 1010101

Color Harmonies of #FABAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAC4

Black with #FABAC4

Text Example


Text Example

White with #FABAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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