Html Css Color HEX #FAC29D Romantic

📋 copy color: '#FAC29D'

red 250 ◦ green 194 ◦ blue 157

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

Shades of Romantic #FAC29D

Tints of Romantic #FAC29D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.28%

 BLUE value IS 157 (61.72% from 255) = 26.12%

R = 41.6%
G = 32.28%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAC29D (or 0xFAC29D) is known color: Romantic. HEX triplet: FA, C2 and 9D. RGB value is (250,194,157). Sum of RGB (Red+Green+Blue) = 250+194+157=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29D is #053D62. Grayscale: #CECECE. Windows color (decimal): -343395 or 10339066. OLE color: 10339066.

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

Color convert

RGB 250 194 157 -
CMYK 0 0.22 0.37 0.02
HSL 23.87º 0.9% 0.8% -
HSV(B) 23.87º 0.37% 0.98% -
XYZ 64.8 61.34 40.32 -
YUV 206.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 250 194 157 0 0.22 0.37 0.02 23.87 0.9 0.8
Hex FA C2 9D 0 16 25 2 18 5A 50
Octal 372 302 235 0 26 45 2 30 132 120
Binary 11111010 11000010 10011101 0 10110 100101 10 11000 1011010 1010000

Color Harmonies of #FAC29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC29D

Black with #FAC29D

Text Example


Text Example

White with #FAC29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC29D; }

 p { color: rgb(250,194,157); }

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

background-color css

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

 a { background-color: rgb(250,194,157); }

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

border-color css

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

 span { border-color: rgb(250,194,157); }

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