Html Css Color HEX #FAC2CE Pink

📋 copy color: '#FAC2CE'

red 250 ◦ green 194 ◦ blue 206

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

Shades of Pink #FAC2CE

Tints of Pink #FAC2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.85%

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

R = 38.46%
G = 29.85%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC2CE (or 0xFAC2CE) is known color: Pink. HEX triplet: FA, C2 and CE. RGB value is (250,194,206). Sum of RGB (Red+Green+Blue) = 250+194+206=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2CE is #053D31. Grayscale: #D4D4D4. Windows color (decimal): -343346 or 13550330. OLE color: 13550330.

HSL color Cylindrical-coordinate representation of color #FAC2CE: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 206 -
CMYK 0 0.22 0.18 0.02
HSL 347.14º 0.85% 0.87% -
HSV(B) 347.14º 0.22% 0.98% -
XYZ 69.86 63.36 66.94 -
YUV 212.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 250 194 206 0 0.22 0.18 0.02 347.14 0.85 0.87
Hex FA C2 CE 0 16 12 2 15B 55 57
Octal 372 302 316 0 26 22 2 533 125 127
Binary 11111010 11000010 11001110 0 10110 10010 10 101011011 1010101 1010111

Color Harmonies of #FAC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2CE

Black with #FAC2CE

Text Example


Text Example

White with #FAC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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