Html Css Color HEX #FABEC9 Pink

📋 copy color: '#FABEC9'

red 250 ◦ green 190 ◦ blue 201

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

Shades of Pink #FABEC9

Tints of Pink #FABEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.64%

 BLUE value IS 201 (78.91% from 255) = 31.36%

R = 39%
G = 29.64%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FABEC9 (or 0xFABEC9) is known color: Pink. HEX triplet: FA, BE and C9. RGB value is (250,190,201). Sum of RGB (Red+Green+Blue) = 250+190+201=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC9 is #054136. Grayscale: #D1D1D1. Windows color (decimal): -344375 or 13221626. OLE color: 13221626.

HSL color Cylindrical-coordinate representation of color #FABEC9: hue angle of 349º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABEC9 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 190 201 -
CMYK 0 0.24 0.20 0.02
HSL 349º 0.86% 0.86% -
HSV(B) 349º 0.24% 0.98% -
XYZ 68.38 61.37 63.5 -
YUV 209.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 250 190 201 0 0.24 0.20 0.02 349 0.86 0.86
Hex FA BE C9 0 18 14 2 15D 56 56
Octal 372 276 311 0 30 24 2 535 126 126
Binary 11111010 10111110 11001001 0 11000 10100 10 101011101 1010110 1010110

Color Harmonies of #FABEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABEC9

Black with #FABEC9

Text Example


Text Example

White with #FABEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABEC9; }

 p { color: rgb(250,190,201); }

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

background-color css

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

 a { background-color: rgb(250,190,201); }

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

border-color css

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

 span { border-color: rgb(250,190,201); }

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