Html Css Color HEX #FABFBC Your Pink

📋 copy color: '#FABFBC'

red 250 ◦ green 191 ◦ blue 188

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

Shades of Your Pink #FABFBC

Tints of Your Pink #FABFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.89%

R = 39.75%
G = 30.37%
B = 29.89%

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

#FABFBC (or 0xFABFBC) is known color: Your Pink. HEX triplet: FA, BF and BC. RGB value is (250,191,188). Sum of RGB (Red+Green+Blue) = 250+191+188=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFBC is #054043. Grayscale: #D0D0D0. Windows color (decimal): -344132 or 12369914. OLE color: 12369914.

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

Color convert

RGB 250 191 188 -
CMYK 0 0.24 0.25 0.02
HSL 2.9º 0.86% 0.86% -
HSV(B) 2.9º 0.25% 0.98% -
XYZ 67.13 61.22 55.85 -
YUV 208.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 250 191 188 0 0.24 0.25 0.02 2.9 0.86 0.86
Hex FA BF BC 0 18 19 2 3 56 56
Octal 372 277 274 0 30 31 2 3 126 126
Binary 11111010 10111111 10111100 0 11000 11001 10 11 1010110 1010110

Color Harmonies of #FABFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFBC

Black with #FABFBC

Text Example


Text Example

White with #FABFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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