Html Css Color HEX #FAC5CE Pink

📋 copy color: '#FAC5CE'

red 250 ◦ green 197 ◦ blue 206

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

Shades of Pink #FAC5CE

Tints of Pink #FAC5CE

RGB

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

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

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

R = 38.28%
G = 30.17%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC5CE (or 0xFAC5CE) is known color: Pink. HEX triplet: FA, C5 and CE. RGB value is (250,197,206). Sum of RGB (Red+Green+Blue) = 250+197+206=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5CE is #053A31. Grayscale: #D5D5D5. Windows color (decimal): -342578 or 13551098. OLE color: 13551098.

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

Color convert

RGB 250 197 206 -
CMYK 0 0.21 0.18 0.02
HSL 349.81º 0.84% 0.88% -
HSV(B) 349.81º 0.21% 0.98% -
XYZ 70.53 64.71 67.17 -
YUV 213.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 250 197 206 0 0.21 0.18 0.02 349.81 0.84 0.88
Hex FA C5 CE 0 15 12 2 15E 54 58
Octal 372 305 316 0 25 22 2 536 124 130
Binary 11111010 11000101 11001110 0 10101 10010 10 101011110 1010100 1011000

Color Harmonies of #FAC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5CE

Black with #FAC5CE

Text Example


Text Example

White with #FAC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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