Html Css Color HEX #FAC7CE Pink

📋 copy color: '#FAC7CE'

red 250 ◦ green 199 ◦ blue 206

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

Shades of Pink #FAC7CE

Tints of Pink #FAC7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.45%

R = 38.17%
G = 30.38%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC7CE (or 0xFAC7CE) is known color: Pink. HEX triplet: FA, C7 and CE. RGB value is (250,199,206). Sum of RGB (Red+Green+Blue) = 250+199+206=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CE is #053831. Grayscale: #D7D7D7. Windows color (decimal): -342066 or 13551610. OLE color: 13551610.

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

Color convert

RGB 250 199 206 -
CMYK 0 0.20 0.18 0.02
HSL 351.76º 0.84% 0.88% -
HSV(B) 351.76º 0.2% 0.98% -
XYZ 70.99 65.63 67.32 -
YUV 215.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 250 199 206 0 0.20 0.18 0.02 351.76 0.84 0.88
Hex FA C7 CE 0 14 12 2 160 54 58
Octal 372 307 316 0 24 22 2 540 124 130
Binary 11111010 11000111 11001110 0 10100 10010 10 101100000 1010100 1011000

Color Harmonies of #FAC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7CE

Black with #FAC7CE

Text Example


Text Example

White with #FAC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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