Html Css Color HEX #FABF9A Romantic

📋 copy color: '#FABF9A'

red 250 ◦ green 191 ◦ blue 154

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

Shades of Romantic #FABF9A

Tints of Romantic #FABF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 32.1%

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

R = 42.02%
G = 32.1%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FABF9A (or 0xFABF9A) is known color: Romantic. HEX triplet: FA, BF and 9A. RGB value is (250,191,154). Sum of RGB (Red+Green+Blue) = 250+191+154=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABF9A is #054065. Grayscale: #CCCCCC. Windows color (decimal): -344166 or 10141690. OLE color: 10141690.

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

Color convert

RGB 250 191 154 -
CMYK 0 0.24 0.38 0.02
HSL 23.13º 0.91% 0.79% -
HSV(B) 23.13º 0.38% 0.98% -
XYZ 63.89 59.92 38.77 -
YUV 204.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 250 191 154 0 0.24 0.38 0.02 23.13 0.91 0.79
Hex FA BF 9A 0 18 26 2 17 5B 4F
Octal 372 277 232 0 30 46 2 27 133 117
Binary 11111010 10111111 10011010 0 11000 100110 10 10111 1011011 1001111

Color Harmonies of #FABF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF9A

Black with #FABF9A

Text Example


Text Example

White with #FABF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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