Html Css Color HEX #FACACE Pink

📋 copy color: '#FACACE'

red 250 ◦ green 202 ◦ blue 206

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

Shades of Pink #FACACE

Tints of Pink #FACACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.7%

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

R = 37.99%
G = 30.7%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FACACE (or 0xFACACE) is known color: Pink. HEX triplet: FA, CA and CE. RGB value is (250,202,206). Sum of RGB (Red+Green+Blue) = 250+202+206=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACE is #053531. Grayscale: #D8D8D8. Windows color (decimal): -341298 or 13552378. OLE color: 13552378.

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

Color convert

RGB 250 202 206 -
CMYK 0 0.19 0.18 0.02
HSL 355º 0.83% 0.89% -
HSV(B) 355º 0.19% 0.98% -
XYZ 71.69 67.02 67.55 -
YUV 216.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 250 202 206 0 0.19 0.18 0.02 355 0.83 0.89
Hex FA CA CE 0 13 12 2 163 53 59
Octal 372 312 316 0 23 22 2 543 123 131
Binary 11111010 11001010 11001110 0 10011 10010 10 101100011 1010011 1011001

Color Harmonies of #FACACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACACE

Black with #FACACE

Text Example


Text Example

White with #FACACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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