Html Css Color HEX #FAC7CF Pink

📋 copy color: '#FAC7CF'

red 250 ◦ green 199 ◦ blue 207

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

Shades of Pink #FAC7CF

Tints of Pink #FAC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.34%

 BLUE value IS 207 (81.25% from 255) = 31.55%

R = 38.11%
G = 30.34%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAC7CF (or 0xFAC7CF) is known color: Pink. HEX triplet: FA, C7 and CF. RGB value is (250,199,207). Sum of RGB (Red+Green+Blue) = 250+199+207=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CF is #053830. Grayscale: #D7D7D7. Windows color (decimal): -342065 or 13617146. OLE color: 13617146.

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

Color convert

RGB 250 199 207 -
CMYK 0 0.20 0.17 0.02
HSL 350.59º 0.84% 0.88% -
HSV(B) 350.59º 0.2% 0.98% -
XYZ 71.11 65.68 67.96 -
YUV 215.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 250 199 207 0 0.20 0.17 0.02 350.59 0.84 0.88
Hex FA C7 CF 0 14 11 2 15F 54 58
Octal 372 307 317 0 24 21 2 537 124 130
Binary 11111010 11000111 11001111 0 10100 10001 10 101011111 1010100 1011000

Color Harmonies of #FAC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7CF

Black with #FAC7CF

Text Example


Text Example

White with #FAC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7CF; }

 p { color: rgb(250,199,207); }

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

background-color css

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

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

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

border-color css

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

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

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