Html Css Color HEX #FAC4A4 Romantic

📋 copy color: '#FAC4A4'

red 250 ◦ green 196 ◦ blue 164

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

Shades of Romantic #FAC4A4

Tints of Romantic #FAC4A4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.13%

 BLUE value IS 164 (64.45% from 255) = 26.89%

R = 40.98%
G = 32.13%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAC4A4 (or 0xFAC4A4) is known color: Romantic. HEX triplet: FA, C4 and A4. RGB value is (250,196,164). Sum of RGB (Red+Green+Blue) = 250+196+164=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A4 is #053B5B. Grayscale: #D0D0D0. Windows color (decimal): -342876 or 10798330. OLE color: 10798330.

HSL color Cylindrical-coordinate representation of color #FAC4A4: hue angle of 22.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAC4A4 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 164 -
CMYK 0 0.22 0.34 0.02
HSL 22.33º 0.9% 0.81% -
HSV(B) 22.33º 0.34% 0.98% -
XYZ 65.87 62.48 43.71 -
YUV 208.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 250 196 164 0 0.22 0.34 0.02 22.33 0.9 0.81
Hex FA C4 A4 0 16 22 2 16 5A 51
Octal 372 304 244 0 26 42 2 26 132 121
Binary 11111010 11000100 10100100 0 10110 100010 10 10110 1011010 1010001

Color Harmonies of #FAC4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4A4

Black with #FAC4A4

Text Example


Text Example

White with #FAC4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4A4; }

 p { color: rgb(250,196,164); }

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

background-color css

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

 a { background-color: rgb(250,196,164); }

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

border-color css

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

 span { border-color: rgb(250,196,164); }

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