Html Css Color HEX #FAC69C Romantic

📋 copy color: '#FAC69C'

red 250 ◦ green 198 ◦ blue 156

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

Shades of Romantic #FAC69C

Tints of Romantic #FAC69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.83%

R = 41.39%
G = 32.78%
B = 25.83%

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

#FAC69C (or 0xFAC69C) is known color: Romantic. HEX triplet: FA, C6 and 9C. RGB value is (250,198,156). Sum of RGB (Red+Green+Blue) = 250+198+156=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC69C is #053963. Grayscale: #D0D0D0. Windows color (decimal): -342372 or 10274554. OLE color: 10274554.

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

Color convert

RGB 250 198 156 -
CMYK 0 0.21 0.38 0.02
HSL 26.81º 0.9% 0.8% -
HSV(B) 26.81º 0.38% 0.98% -
XYZ 65.62 63.11 40.18 -
YUV 208.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 250 198 156 0 0.21 0.38 0.02 26.81 0.9 0.8
Hex FA C6 9C 0 15 26 2 1B 5A 50
Octal 372 306 234 0 25 46 2 33 132 120
Binary 11111010 11000110 10011100 0 10101 100110 10 11011 1011010 1010000

Color Harmonies of #FAC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC69C

Black with #FAC69C

Text Example


Text Example

White with #FAC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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