Html Css Color HEX #FAC1CF Pink

📋 copy color: '#FAC1CF'

red 250 ◦ green 193 ◦ blue 207

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

Shades of Pink #FAC1CF

Tints of Pink #FAC1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.85%

R = 38.46%
G = 29.69%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAC1CF (or 0xFAC1CF) is known color: Pink. HEX triplet: FA, C1 and CF. RGB value is (250,193,207). Sum of RGB (Red+Green+Blue) = 250+193+207=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1CF is #053E30. Grayscale: #D3D3D3. Windows color (decimal): -343601 or 13615610. OLE color: 13615610.

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

Color convert

RGB 250 193 207 -
CMYK 0 0.23 0.17 0.02
HSL 345.26º 0.85% 0.87% -
HSV(B) 345.26º 0.23% 0.98% -
XYZ 69.76 62.97 67.51 -
YUV 211.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 250 193 207 0 0.23 0.17 0.02 345.26 0.85 0.87
Hex FA C1 CF 0 17 11 2 159 55 57
Octal 372 301 317 0 27 21 2 531 125 127
Binary 11111010 11000001 11001111 0 10111 10001 10 101011001 1010101 1010111

Color Harmonies of #FAC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1CF

Black with #FAC1CF

Text Example


Text Example

White with #FAC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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