Html Css Color HEX #FAB6BF Light Pink

📋 copy color: '#FAB6BF'

red 250 ◦ green 182 ◦ blue 191

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

Shades of Light Pink #FAB6BF

Tints of Light Pink #FAB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.21%

 BLUE value IS 191 (75% from 255) = 30.66%

R = 40.13%
G = 29.21%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAB6BF (or 0xFAB6BF) is known color: Light Pink. HEX triplet: FA, B6 and BF. RGB value is (250,182,191). Sum of RGB (Red+Green+Blue) = 250+182+191=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6BF is #054940. Grayscale: #CBCBCB. Windows color (decimal): -346433 or 12564218. OLE color: 12564218.

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

Color convert

RGB 250 182 191 -
CMYK 0 0.27 0.24 0.02
HSL 352.06º 0.87% 0.85% -
HSV(B) 352.06º 0.27% 0.98% -
XYZ 65.56 57.54 56.94 -
YUV 203.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 250 182 191 0 0.27 0.24 0.02 352.06 0.87 0.85
Hex FA B6 BF 0 1B 18 2 160 57 55
Octal 372 266 277 0 33 30 2 540 127 125
Binary 11111010 10110110 10111111 0 11011 11000 10 101100000 1010111 1010101

Color Harmonies of #FAB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6BF

Black with #FAB6BF

Text Example


Text Example

White with #FAB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6BF; }

 p { color: rgb(250,182,191); }

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

background-color css

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

 a { background-color: rgb(250,182,191); }

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

border-color css

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

 span { border-color: rgb(250,182,191); }

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