Html Css Color HEX #FABCBC Your Pink

📋 copy color: '#FABCBC'

red 250 ◦ green 188 ◦ blue 188

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

Shades of Your Pink #FABCBC

Tints of Your Pink #FABCBC

RGB

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

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

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

R = 39.94%
G = 30.03%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FABCBC (or 0xFABCBC) is known color: Your Pink. HEX triplet: FA, BC and BC. RGB value is (250,188,188). Sum of RGB (Red+Green+Blue) = 250+188+188=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCBC is #054343. Grayscale: #CECECE. Windows color (decimal): -344900 or 12369146. OLE color: 12369146.

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

Color convert

RGB 250 188 188 -
CMYK 0 0.25 0.25 0.02
HSL 0.86% 0.86% -
HSV(B) 0.25% 0.98% -
XYZ 66.48 59.92 55.64 -
YUV 206.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 250 188 188 0 0.25 0.25 0.02 0 0.86 0.86
Hex FA BC BC 0 19 19 2 0 56 56
Octal 372 274 274 0 31 31 2 0 126 126
Binary 11111010 10111100 10111100 0 11001 11001 10 0 1010110 1010110

Color Harmonies of #FABCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCBC

Black with #FABCBC

Text Example


Text Example

White with #FABCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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