Html Css Color HEX #FAC09B Romantic

📋 copy color: '#FAC09B'

red 250 ◦ green 192 ◦ blue 155

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

Shades of Romantic #FAC09B

Tints of Romantic #FAC09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.16%

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

R = 41.88%
G = 32.16%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC09B (or 0xFAC09B) is known color: Romantic. HEX triplet: FA, C0 and 9B. RGB value is (250,192,155). Sum of RGB (Red+Green+Blue) = 250+192+155=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09B is #053F64. Grayscale: #CDCDCD. Windows color (decimal): -343909 or 10207482. OLE color: 10207482.

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

Color convert

RGB 250 192 155 -
CMYK 0 0.23 0.38 0.02
HSL 23.37º 0.9% 0.79% -
HSV(B) 23.37º 0.38% 0.98% -
XYZ 64.19 60.39 39.28 -
YUV 205.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 250 192 155 0 0.23 0.38 0.02 23.37 0.9 0.79
Hex FA C0 9B 0 17 26 2 17 5A 4F
Octal 372 300 233 0 27 46 2 27 132 117
Binary 11111010 11000000 10011011 0 10111 100110 10 10111 1011010 1001111

Color Harmonies of #FAC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC09B

Black with #FAC09B

Text Example


Text Example

White with #FAC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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