Html Css Color HEX #FAC5BE Your Pink

📋 copy color: '#FAC5BE'

red 250 ◦ green 197 ◦ blue 190

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

Shades of Your Pink #FAC5BE

Tints of Your Pink #FAC5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 39.25%
G = 30.93%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAC5BE (or 0xFAC5BE) is known color: Your Pink. HEX triplet: FA, C5 and BE. RGB value is (250,197,190). Sum of RGB (Red+Green+Blue) = 250+197+190=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5BE is #053A41. Grayscale: #D4D4D4. Windows color (decimal): -342594 or 12502522. OLE color: 12502522.

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

Color convert

RGB 250 197 190 -
CMYK 0 0.21 0.24 0.02
HSL 0.86% 0.86% -
HSV(B) 0.24% 0.98% -
XYZ 68.68 63.97 57.44 -
YUV 212.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 250 197 190 0 0.21 0.24 0.02 7 0.86 0.86
Hex FA C5 BE 0 15 18 2 7 56 56
Octal 372 305 276 0 25 30 2 7 126 126
Binary 11111010 11000101 10111110 0 10101 11000 10 111 1010110 1010110

Color Harmonies of #FAC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5BE

Black with #FAC5BE

Text Example


Text Example

White with #FAC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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