Html Css Color HEX #FABF99 Romantic

📋 copy color: '#FABF99'

red 250 ◦ green 191 ◦ blue 153

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

Shades of Romantic #FABF99

Tints of Romantic #FABF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.76%

R = 42.09%
G = 32.15%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FABF99 (or 0xFABF99) is known color: Romantic. HEX triplet: FA, BF and 99. RGB value is (250,191,153). Sum of RGB (Red+Green+Blue) = 250+191+153=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABF99 is #054066. Grayscale: #CCCCCC. Windows color (decimal): -344167 or 10076154. OLE color: 10076154.

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

Color convert

RGB 250 191 153 -
CMYK 0 0.24 0.39 0.02
HSL 23.51º 0.91% 0.79% -
HSV(B) 23.51º 0.39% 0.98% -
XYZ 63.8 59.89 38.33 -
YUV 204.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 250 191 153 0 0.24 0.39 0.02 23.51 0.91 0.79
Hex FA BF 99 0 18 27 2 18 5B 4F
Octal 372 277 231 0 30 47 2 30 133 117
Binary 11111010 10111111 10011001 0 11000 100111 10 11000 1011011 1001111

Color Harmonies of #FABF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF99

Black with #FABF99

Text Example


Text Example

White with #FABF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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