Html Css Color HEX #FAC1D1 Pink

📋 copy color: '#FAC1D1'

red 250 ◦ green 193 ◦ blue 209

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

Shades of Pink #FAC1D1

Tints of Pink #FAC1D1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.6%

 BLUE value IS 209 (82.03% from 255) = 32.06%

R = 38.34%
G = 29.6%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAC1D1 (or 0xFAC1D1) is known color: Pink. HEX triplet: FA, C1 and D1. RGB value is (250,193,209). Sum of RGB (Red+Green+Blue) = 250+193+209=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1D1 is #053E2E. Grayscale: #D3D3D3. Windows color (decimal): -343599 or 13746682. OLE color: 13746682.

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

Color convert

RGB 250 193 209 -
CMYK 0 0.23 0.16 0.02
HSL 343.16º 0.85% 0.87% -
HSV(B) 343.16º 0.23% 0.98% -
XYZ 70 63.07 68.81 -
YUV 211.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 250 193 209 0 0.23 0.16 0.02 343.16 0.85 0.87
Hex FA C1 D1 0 17 10 2 157 55 57
Octal 372 301 321 0 27 20 2 527 125 127
Binary 11111010 11000001 11010001 0 10111 10000 10 101010111 1010101 1010111

Color Harmonies of #FAC1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1D1

Black with #FAC1D1

Text Example


Text Example

White with #FAC1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1D1; }

 p { color: rgb(250,193,209); }

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

background-color css

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

 a { background-color: rgb(250,193,209); }

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

border-color css

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

 span { border-color: rgb(250,193,209); }

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