Html Css Color HEX #FAC69A Romantic

📋 copy color: '#FAC69A'

red 250 ◦ green 198 ◦ blue 154

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

Shades of Romantic #FAC69A

Tints of Romantic #FAC69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.89%

 BLUE value IS 154 (60.55% from 255) = 25.58%

R = 41.53%
G = 32.89%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC69A (or 0xFAC69A) is known color: Romantic. HEX triplet: FA, C6 and 9A. RGB value is (250,198,154). Sum of RGB (Red+Green+Blue) = 250+198+154=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC69A is #053965. Grayscale: #D0D0D0. Windows color (decimal): -342374 or 10143482. OLE color: 10143482.

HSL color Cylindrical-coordinate representation of color #FAC69A: hue angle of 27.5º degrees, saturation: 0.91, 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 #FAC69A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 154 -
CMYK 0 0.21 0.38 0.02
HSL 27.5º 0.91% 0.79% -
HSV(B) 27.5º 0.38% 0.98% -
XYZ 65.45 63.05 39.29 -
YUV 208.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 250 198 154 0 0.21 0.38 0.02 27.5 0.91 0.79
Hex FA C6 9A 0 15 26 2 1C 5B 4F
Octal 372 306 232 0 25 46 2 34 133 117
Binary 11111010 11000110 10011010 0 10101 100110 10 11100 1011011 1001111

Color Harmonies of #FAC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC69A

Black with #FAC69A

Text Example


Text Example

White with #FAC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC69A; }

 p { color: rgb(250,198,154); }

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

background-color css

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

 a { background-color: rgb(250,198,154); }

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

border-color css

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

 span { border-color: rgb(250,198,154); }

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