Html Css Color HEX #FAC0CE Pink

📋 copy color: '#FAC0CE'

red 250 ◦ green 192 ◦ blue 206

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

Shades of Pink #FAC0CE

Tints of Pink #FAC0CE

RGB

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

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

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

R = 38.58%
G = 29.63%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC0CE (or 0xFAC0CE) is known color: Pink. HEX triplet: FA, C0 and CE. RGB value is (250,192,206). Sum of RGB (Red+Green+Blue) = 250+192+206=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0CE is #053F31. Grayscale: #D2D2D2. Windows color (decimal): -343858 or 13549818. OLE color: 13549818.

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

Color convert

RGB 250 192 206 -
CMYK 0 0.23 0.18 0.02
HSL 345.52º 0.85% 0.87% -
HSV(B) 345.52º 0.23% 0.98% -
XYZ 69.41 62.48 66.79 -
YUV 210.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 250 192 206 0 0.23 0.18 0.02 345.52 0.85 0.87
Hex FA C0 CE 0 17 12 2 15A 55 57
Octal 372 300 316 0 27 22 2 532 125 127
Binary 11111010 11000000 11001110 0 10111 10010 10 101011010 1010101 1010111

Color Harmonies of #FAC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0CE

Black with #FAC0CE

Text Example


Text Example

White with #FAC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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