Html Css Color HEX #FAC5C5 Your Pink

📋 copy color: '#FAC5C5'

red 250 ◦ green 197 ◦ blue 197

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

Shades of Your Pink #FAC5C5

Tints of Your Pink #FAC5C5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.59%

 BLUE value IS 197 (77.34% from 255) = 30.59%

R = 38.82%
G = 30.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAC5C5 (or 0xFAC5C5) is known color: Your Pink. HEX triplet: FA, C5 and C5. RGB value is (250,197,197). Sum of RGB (Red+Green+Blue) = 250+197+197=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C5 is #053A3A. Grayscale: #D4D4D4. Windows color (decimal): -342587 or 12961274. OLE color: 12961274.

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

Color convert

RGB 250 197 197 -
CMYK 0 0.21 0.21 0.02
HSL 0.84% 0.88% -
HSV(B) 0.21% 0.98% -
XYZ 69.47 64.29 61.57 -
YUV 212.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 250 197 197 0 0.21 0.21 0.02 0 0.84 0.88
Hex FA C5 C5 0 15 15 2 0 54 58
Octal 372 305 305 0 25 25 2 0 124 130
Binary 11111010 11000101 11000101 0 10101 10101 10 0 1010100 1011000

Color Harmonies of #FAC5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5C5

Black with #FAC5C5

Text Example


Text Example

White with #FAC5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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