Html Css Color HEX #FAC1CC Pink

📋 copy color: '#FAC1CC'

red 250 ◦ green 193 ◦ blue 204

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

Shades of Pink #FAC1CC

Tints of Pink #FAC1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 38.64%
G = 29.83%
B = 31.53%

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

#FAC1CC (or 0xFAC1CC) is known color: Pink. HEX triplet: FA, C1 and CC. RGB value is (250,193,204). Sum of RGB (Red+Green+Blue) = 250+193+204=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1CC is #053E33. Grayscale: #D3D3D3. Windows color (decimal): -343604 or 13419002. OLE color: 13419002.

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

Color convert

RGB 250 193 204 -
CMYK 0 0.23 0.18 0.02
HSL 348.42º 0.85% 0.87% -
HSV(B) 348.42º 0.23% 0.98% -
XYZ 69.39 62.82 65.6 -
YUV 211.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 250 193 204 0 0.23 0.18 0.02 348.42 0.85 0.87
Hex FA C1 CC 0 17 12 2 15C 55 57
Octal 372 301 314 0 27 22 2 534 125 127
Binary 11111010 11000001 11001100 0 10111 10010 10 101011100 1010101 1010111

Color Harmonies of #FAC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1CC

Black with #FAC1CC

Text Example


Text Example

White with #FAC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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