Html Css Color HEX #FACBC1 Your Pink

📋 copy color: '#FACBC1'

red 250 ◦ green 203 ◦ blue 193

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

Shades of Your Pink #FACBC1

Tints of Your Pink #FACBC1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.42%

 BLUE value IS 193 (75.78% from 255) = 29.88%

R = 38.7%
G = 31.42%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FACBC1 (or 0xFACBC1) is known color: Your Pink. HEX triplet: FA, CB and C1. RGB value is (250,203,193). Sum of RGB (Red+Green+Blue) = 250+203+193=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC1 is #05343E. Grayscale: #D7D7D7. Windows color (decimal): -341055 or 12700666. OLE color: 12700666.

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

Color convert

RGB 250 203 193 -
CMYK 0 0.19 0.23 0.02
HSL 10.53º 0.85% 0.87% -
HSV(B) 10.53º 0.23% 0.98% -
XYZ 70.41 66.89 59.65 -
YUV 215.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 250 203 193 0 0.19 0.23 0.02 10.53 0.85 0.87
Hex FA CB C1 0 13 17 2 B 55 57
Octal 372 313 301 0 23 27 2 13 125 127
Binary 11111010 11001011 11000001 0 10011 10111 10 1011 1010101 1010111

Color Harmonies of #FACBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBC1

Black with #FACBC1

Text Example


Text Example

White with #FACBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBC1; }

 p { color: rgb(250,203,193); }

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

background-color css

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

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

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

border-color css

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

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

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