Html Css Color HEX #FAC8CE Pink

📋 copy color: '#FAC8CE'

red 250 ◦ green 200 ◦ blue 206

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

Shades of Pink #FAC8CE

Tints of Pink #FAC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.49%

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

R = 38.11%
G = 30.49%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC8CE (or 0xFAC8CE) is known color: Pink. HEX triplet: FA, C8 and CE. RGB value is (250,200,206). Sum of RGB (Red+Green+Blue) = 250+200+206=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CE is #053731. Grayscale: #D7D7D7. Windows color (decimal): -341810 or 13551866. OLE color: 13551866.

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

Color convert

RGB 250 200 206 -
CMYK 0 0.2 0.18 0.02
HSL 352.8º 0.83% 0.88% -
HSV(B) 352.8º 0.2% 0.98% -
XYZ 71.22 66.09 67.4 -
YUV 215.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 250 200 206 0 0.2 0.18 0.02 352.8 0.83 0.88
Hex FA C8 CE 0 14 12 2 161 53 58
Octal 372 310 316 0 24 22 2 541 123 130
Binary 11111010 11001000 11001110 0 10100 10010 10 101100001 1010011 1011000

Color Harmonies of #FAC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8CE

Black with #FAC8CE

Text Example


Text Example

White with #FAC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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