Html Css Color HEX #FAC0C9 Pink

📋 copy color: '#FAC0C9'

red 250 ◦ green 192 ◦ blue 201

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

Shades of Pink #FAC0C9

Tints of Pink #FAC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.86%

 BLUE value IS 201 (78.91% from 255) = 31.26%

R = 38.88%
G = 29.86%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAC0C9 (or 0xFAC0C9) is known color: Pink. HEX triplet: FA, C0 and C9. RGB value is (250,192,201). Sum of RGB (Red+Green+Blue) = 250+192+201=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0C9 is #053F36. Grayscale: #D2D2D2. Windows color (decimal): -343863 or 13222138. OLE color: 13222138.

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

Color convert

RGB 250 192 201 -
CMYK 0 0.23 0.20 0.02
HSL 350.69º 0.85% 0.87% -
HSV(B) 350.69º 0.23% 0.98% -
XYZ 68.82 62.24 63.64 -
YUV 210.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 250 192 201 0 0.23 0.20 0.02 350.69 0.85 0.87
Hex FA C0 C9 0 17 14 2 15F 55 57
Octal 372 300 311 0 27 24 2 537 125 127
Binary 11111010 11000000 11001001 0 10111 10100 10 101011111 1010101 1010111

Color Harmonies of #FAC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0C9

Black with #FAC0C9

Text Example


Text Example

White with #FAC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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