Html Css Color HEX #FAC5D0 Pink

📋 copy color: '#FAC5D0'

red 250 ◦ green 197 ◦ blue 208

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

Shades of Pink #FAC5D0

Tints of Pink #FAC5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.76%

R = 38.17%
G = 30.08%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAC5D0 (or 0xFAC5D0) is known color: Pink. HEX triplet: FA, C5 and D0. RGB value is (250,197,208). Sum of RGB (Red+Green+Blue) = 250+197+208=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D0 is #053A2F. Grayscale: #D6D6D6. Windows color (decimal): -342576 or 13682170. OLE color: 13682170.

HSL color Cylindrical-coordinate representation of color #FAC5D0: hue angle of 347.55º 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 #FAC5D0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 208 -
CMYK 0 0.21 0.17 0.02
HSL 347.55º 0.84% 0.88% -
HSV(B) 347.55º 0.21% 0.98% -
XYZ 70.78 64.81 68.45 -
YUV 214.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 250 197 208 0 0.21 0.17 0.02 347.55 0.84 0.88
Hex FA C5 D0 0 15 11 2 15C 54 58
Octal 372 305 320 0 25 21 2 534 124 130
Binary 11111010 11000101 11010000 0 10101 10001 10 101011100 1010100 1011000

Color Harmonies of #FAC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5D0

Black with #FAC5D0

Text Example


Text Example

White with #FAC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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