Html Css Color HEX #FAC9CE Pink

📋 copy color: '#FAC9CE'

red 250 ◦ green 201 ◦ blue 206

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

Shades of Pink #FAC9CE

Tints of Pink #FAC9CE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.59%

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

R = 38.05%
G = 30.59%
B = 31.35%

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

#FAC9CE (or 0xFAC9CE) is known color: Pink. HEX triplet: FA, C9 and CE. RGB value is (250,201,206). Sum of RGB (Red+Green+Blue) = 250+201+206=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CE is #053631. Grayscale: #D8D8D8. Windows color (decimal): -341554 or 13552122. OLE color: 13552122.

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

Color convert

RGB 250 201 206 -
CMYK 0 0.20 0.18 0.02
HSL 353.88º 0.83% 0.88% -
HSV(B) 353.88º 0.2% 0.98% -
XYZ 71.45 66.55 67.47 -
YUV 216.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 250 201 206 0 0.20 0.18 0.02 353.88 0.83 0.88
Hex FA C9 CE 0 14 12 2 162 53 58
Octal 372 311 316 0 24 22 2 542 123 130
Binary 11111010 11001001 11001110 0 10100 10010 10 101100010 1010011 1011000

Color Harmonies of #FAC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9CE

Black with #FAC9CE

Text Example


Text Example

White with #FAC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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