Html Css Color HEX #FAC3A3 Romantic

📋 copy color: '#FAC3A3'

red 250 ◦ green 195 ◦ blue 163

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

Shades of Romantic #FAC3A3

Tints of Romantic #FAC3A3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.07%

 BLUE value IS 163 (64.06% from 255) = 26.81%

R = 41.12%
G = 32.07%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAC3A3 (or 0xFAC3A3) is known color: Romantic. HEX triplet: FA, C3 and A3. RGB value is (250,195,163). Sum of RGB (Red+Green+Blue) = 250+195+163=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A3 is #053C5C. Grayscale: #CFCFCF. Windows color (decimal): -343133 or 10732538. OLE color: 10732538.

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

Color convert

RGB 250 195 163 -
CMYK 0 0.22 0.35 0.02
HSL 22.07º 0.9% 0.81% -
HSV(B) 22.07º 0.35% 0.98% -
XYZ 65.55 62 43.16 -
YUV 207.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 250 195 163 0 0.22 0.35 0.02 22.07 0.9 0.81
Hex FA C3 A3 0 16 23 2 16 5A 51
Octal 372 303 243 0 26 43 2 26 132 121
Binary 11111010 11000011 10100011 0 10110 100011 10 10110 1011010 1010001

Color Harmonies of #FAC3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3A3

Black with #FAC3A3

Text Example


Text Example

White with #FAC3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3A3; }

 p { color: rgb(250,195,163); }

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

background-color css

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

 a { background-color: rgb(250,195,163); }

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

border-color css

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

 span { border-color: rgb(250,195,163); }

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