Html Css Color HEX #FAC5B5 Your Pink

📋 copy color: '#FAC5B5'

red 250 ◦ green 197 ◦ blue 181

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

Shades of Your Pink #FAC5B5

Tints of Your Pink #FAC5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.82%

R = 39.81%
G = 31.37%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAC5B5 (or 0xFAC5B5) is known color: Your Pink. HEX triplet: FA, C5 and B5. RGB value is (250,197,181). Sum of RGB (Red+Green+Blue) = 250+197+181=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5B5 is #053A4A. Grayscale: #D3D3D3. Windows color (decimal): -342603 or 11912698. OLE color: 11912698.

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

Color convert

RGB 250 197 181 -
CMYK 0 0.21 0.28 0.02
HSL 13.91º 0.87% 0.85% -
HSV(B) 13.91º 0.28% 0.98% -
XYZ 67.73 63.59 52.42 -
YUV 211.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 250 197 181 0 0.21 0.28 0.02 13.91 0.87 0.85
Hex FA C5 B5 0 15 1C 2 E 57 55
Octal 372 305 265 0 25 34 2 16 127 125
Binary 11111010 11000101 10110101 0 10101 11100 10 1110 1010111 1010101

Color Harmonies of #FAC5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5B5

Black with #FAC5B5

Text Example


Text Example

White with #FAC5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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