Html Css Color HEX #FABFBB Your Pink

📋 copy color: '#FABFBB'

red 250 ◦ green 191 ◦ blue 187

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

Shades of Your Pink #FABFBB

Tints of Your Pink #FABFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.41%

 BLUE value IS 187 (73.44% from 255) = 29.78%

R = 39.81%
G = 30.41%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FABFBB (or 0xFABFBB) is known color: Your Pink. HEX triplet: FA, BF and BB. RGB value is (250,191,187). Sum of RGB (Red+Green+Blue) = 250+191+187=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFBB is #054044. Grayscale: #D0D0D0. Windows color (decimal): -344133 or 12304378. OLE color: 12304378.

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

Color convert

RGB 250 191 187 -
CMYK 0 0.24 0.25 0.02
HSL 3.81º 0.86% 0.86% -
HSV(B) 3.81º 0.25% 0.98% -
XYZ 67.02 61.17 55.29 -
YUV 208.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 250 191 187 0 0.24 0.25 0.02 3.81 0.86 0.86
Hex FA BF BB 0 18 19 2 4 56 56
Octal 372 277 273 0 30 31 2 4 126 126
Binary 11111010 10111111 10111011 0 11000 11001 10 100 1010110 1010110

Color Harmonies of #FABFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFBB

Black with #FABFBB

Text Example


Text Example

White with #FABFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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