Html Css Color HEX #FAA598 Rose Bud

📋 copy color: '#FAA598'

red 250 ◦ green 165 ◦ blue 152

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

Shades of Rose Bud #FAA598

Tints of Rose Bud #FAA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.1%

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

R = 44.09%
G = 29.1%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAA598 (or 0xFAA598) is known color: Rose Bud. HEX triplet: FA, A5 and 98. RGB value is (250,165,152). Sum of RGB (Red+Green+Blue) = 250+165+152=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA598 is #055A67. Grayscale: #BDBDBD. Windows color (decimal): -350824 or 10003962. OLE color: 10003962.

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

Color convert

RGB 250 165 152 -
CMYK 0 0.34 0.39 0.02
HSL 7.96º 0.91% 0.79% -
HSV(B) 7.96º 0.39% 0.98% -
XYZ 58.55 49.5 36.17 -
YUV 188.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 250 165 152 0 0.34 0.39 0.02 7.96 0.91 0.79
Hex FA A5 98 0 22 27 2 8 5B 4F
Octal 372 245 230 0 42 47 2 10 133 117
Binary 11111010 10100101 10011000 0 100010 100111 10 1000 1011011 1001111

Color Harmonies of #FAA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA598

Black with #FAA598

Text Example


Text Example

White with #FAA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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