Html Css Color HEX #FACAC2 Your Pink

📋 copy color: '#FACAC2'

red 250 ◦ green 202 ◦ blue 194

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

Shades of Your Pink #FACAC2

Tints of Your Pink #FACAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.27%

 BLUE value IS 194 (76.17% from 255) = 30.03%

R = 38.7%
G = 31.27%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FACAC2 (or 0xFACAC2) is known color: Your Pink. HEX triplet: FA, CA and C2. RGB value is (250,202,194). Sum of RGB (Red+Green+Blue) = 250+202+194=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC2 is #05353D. Grayscale: #D7D7D7. Windows color (decimal): -341310 or 12765946. OLE color: 12765946.

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

Color convert

RGB 250 202 194 -
CMYK 0 0.19 0.22 0.02
HSL 8.57º 0.85% 0.87% -
HSV(B) 8.57º 0.22% 0.98% -
XYZ 70.28 66.46 60.16 -
YUV 215.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 250 202 194 0 0.19 0.22 0.02 8.57 0.85 0.87
Hex FA CA C2 0 13 16 2 9 55 57
Octal 372 312 302 0 23 26 2 11 125 127
Binary 11111010 11001010 11000010 0 10011 10110 10 1001 1010101 1010111

Color Harmonies of #FACAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAC2

Black with #FACAC2

Text Example


Text Example

White with #FACAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAC2; }

 p { color: rgb(250,202,194); }

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

background-color css

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

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

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

border-color css

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

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

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