Html Css Color HEX #FAB9BE Light Pink

📋 copy color: '#FAB9BE'

red 250 ◦ green 185 ◦ blue 190

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

Shades of Light Pink #FAB9BE

Tints of Light Pink #FAB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.6%

 BLUE value IS 190 (74.61% from 255) = 30.4%

R = 40%
G = 29.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAB9BE (or 0xFAB9BE) is known color: Light Pink. HEX triplet: FA, B9 and BE. RGB value is (250,185,190). Sum of RGB (Red+Green+Blue) = 250+185+190=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9BE is #054641. Grayscale: #CDCDCD. Windows color (decimal): -345666 or 12499450. OLE color: 12499450.

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

Color convert

RGB 250 185 190 -
CMYK 0 0.26 0.24 0.02
HSL 355.38º 0.87% 0.85% -
HSV(B) 355.38º 0.26% 0.98% -
XYZ 66.07 58.74 56.57 -
YUV 205.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 250 185 190 0 0.26 0.24 0.02 355.38 0.87 0.85
Hex FA B9 BE 0 1A 18 2 163 57 55
Octal 372 271 276 0 32 30 2 543 127 125
Binary 11111010 10111001 10111110 0 11010 11000 10 101100011 1010111 1010101

Color Harmonies of #FAB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9BE

Black with #FAB9BE

Text Example


Text Example

White with #FAB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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