Html Css Color HEX #FAA398 Rose Bud

📋 copy color: '#FAA398'

red 250 ◦ green 163 ◦ blue 152

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

Shades of Rose Bud #FAA398

Tints of Rose Bud #FAA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.85%

 BLUE value IS 152 (59.77% from 255) = 26.9%

R = 44.25%
G = 28.85%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAA398 (or 0xFAA398) is known color: Rose Bud. HEX triplet: FA, A3 and 98. RGB value is (250,163,152). Sum of RGB (Red+Green+Blue) = 250+163+152=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA398 is #055C67. Grayscale: #BBBBBB. Windows color (decimal): -351336 or 10003450. OLE color: 10003450.

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

Color convert

RGB 250 163 152 -
CMYK 0 0.35 0.39 0.02
HSL 6.73º 0.91% 0.79% -
HSV(B) 6.73º 0.39% 0.98% -
XYZ 58.19 48.79 36.06 -
YUV 187.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 250 163 152 0 0.35 0.39 0.02 6.73 0.91 0.79
Hex FA A3 98 0 23 27 2 7 5B 4F
Octal 372 243 230 0 43 47 2 7 133 117
Binary 11111010 10100011 10011000 0 100011 100111 10 111 1011011 1001111

Color Harmonies of #FAA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA398

Black with #FAA398

Text Example


Text Example

White with #FAA398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA398; }

 p { color: rgb(250,163,152); }

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

background-color css

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

 a { background-color: rgb(250,163,152); }

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

border-color css

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

 span { border-color: rgb(250,163,152); }

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