Html Css Color HEX #FAC3CE Pink

📋 copy color: '#FAC3CE'

red 250 ◦ green 195 ◦ blue 206

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

Shades of Pink #FAC3CE

Tints of Pink #FAC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.95%

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

R = 38.4%
G = 29.95%
B = 31.64%

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

#FAC3CE (or 0xFAC3CE) is known color: Pink. HEX triplet: FA, C3 and CE. RGB value is (250,195,206). Sum of RGB (Red+Green+Blue) = 250+195+206=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3CE is #053C31. Grayscale: #D4D4D4. Windows color (decimal): -343090 or 13550586. OLE color: 13550586.

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

Color convert

RGB 250 195 206 -
CMYK 0 0.22 0.18 0.02
HSL 348º 0.85% 0.87% -
HSV(B) 348º 0.22% 0.98% -
XYZ 70.08 63.81 67.02 -
YUV 212.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 250 195 206 0 0.22 0.18 0.02 348 0.85 0.87
Hex FA C3 CE 0 16 12 2 15C 55 57
Octal 372 303 316 0 26 22 2 534 125 127
Binary 11111010 11000011 11001110 0 10110 10010 10 101011100 1010101 1010111

Color Harmonies of #FAC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3CE

Black with #FAC3CE

Text Example


Text Example

White with #FAC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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