Html Css Color HEX #FAC29B Romantic

📋 copy color: '#FAC29B'

red 250 ◦ green 194 ◦ blue 155

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

Shades of Romantic #FAC29B

Tints of Romantic #FAC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.88%

R = 41.74%
G = 32.39%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC29B (or 0xFAC29B) is known color: Romantic. HEX triplet: FA, C2 and 9B. RGB value is (250,194,155). Sum of RGB (Red+Green+Blue) = 250+194+155=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29B is #053D64. Grayscale: #CECECE. Windows color (decimal): -343397 or 10207994. OLE color: 10207994.

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

Color convert

RGB 250 194 155 -
CMYK 0 0.22 0.38 0.02
HSL 24.63º 0.9% 0.79% -
HSV(B) 24.63º 0.38% 0.98% -
XYZ 64.63 61.27 39.43 -
YUV 206.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 250 194 155 0 0.22 0.38 0.02 24.63 0.9 0.79
Hex FA C2 9B 0 16 26 2 19 5A 4F
Octal 372 302 233 0 26 46 2 31 132 117
Binary 11111010 11000010 10011011 0 10110 100110 10 11001 1011010 1001111

Color Harmonies of #FAC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC29B

Black with #FAC29B

Text Example


Text Example

White with #FAC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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