Html Css Color HEX #FAC1A8 Romantic

📋 copy color: '#FAC1A8'

red 250 ◦ green 193 ◦ blue 168

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

Shades of Romantic #FAC1A8

Tints of Romantic #FAC1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.5%

R = 40.92%
G = 31.59%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAC1A8 (or 0xFAC1A8) is known color: Romantic. HEX triplet: FA, C1 and A8. RGB value is (250,193,168). Sum of RGB (Red+Green+Blue) = 250+193+168=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1A8 is #053E57. Grayscale: #CFCFCF. Windows color (decimal): -343640 or 11059706. OLE color: 11059706.

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

Color convert

RGB 250 193 168 -
CMYK 0 0.23 0.33 0.02
HSL 18.29º 0.89% 0.82% -
HSV(B) 18.29º 0.33% 0.98% -
XYZ 65.56 61.29 45.42 -
YUV 207.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 250 193 168 0 0.23 0.33 0.02 18.29 0.89 0.82
Hex FA C1 A8 0 17 21 2 12 59 52
Octal 372 301 250 0 27 41 2 22 131 122
Binary 11111010 11000001 10101000 0 10111 100001 10 10010 1011001 1010010

Color Harmonies of #FAC1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1A8

Black with #FAC1A8

Text Example


Text Example

White with #FAC1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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