Html Css Color HEX #FABCC7 Pink

📋 copy color: '#FABCC7'

red 250 ◦ green 188 ◦ blue 199

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

Shades of Pink #FABCC7

Tints of Pink #FABCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 199 (78.13% from 255) = 31.24%

R = 39.25%
G = 29.51%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FABCC7 (or 0xFABCC7) is known color: Pink. HEX triplet: FA, BC and C7. RGB value is (250,188,199). Sum of RGB (Red+Green+Blue) = 250+188+199=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC7 is #054338. Grayscale: #CFCFCF. Windows color (decimal): -344889 or 13090042. OLE color: 13090042.

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

Color convert

RGB 250 188 199 -
CMYK 0 0.25 0.20 0.02
HSL 349.35º 0.86% 0.86% -
HSV(B) 349.35º 0.25% 0.98% -
XYZ 67.72 60.41 62.12 -
YUV 207.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 250 188 199 0 0.25 0.20 0.02 349.35 0.86 0.86
Hex FA BC C7 0 19 14 2 15D 56 56
Octal 372 274 307 0 31 24 2 535 126 126
Binary 11111010 10111100 11000111 0 11001 10100 10 101011101 1010110 1010110

Color Harmonies of #FABCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCC7

Black with #FABCC7

Text Example


Text Example

White with #FABCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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