Html Css Color HEX #FAA294 Rose Bud

📋 copy color: '#FAA294'

red 250 ◦ green 162 ◦ blue 148

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

Shades of Rose Bud #FAA294

Tints of Rose Bud #FAA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.93%

 BLUE value IS 148 (58.2% from 255) = 26.43%

R = 44.64%
G = 28.93%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA294 (or 0xFAA294) is known color: Rose Bud. HEX triplet: FA, A2 and 94. RGB value is (250,162,148). Sum of RGB (Red+Green+Blue) = 250+162+148=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA294 is #055D6B. Grayscale: #BABABA. Windows color (decimal): -351596 or 9741050. OLE color: 9741050.

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

Color convert

RGB 250 162 148 -
CMYK 0 0.35 0.41 0.02
HSL 8.24º 0.91% 0.78% -
HSV(B) 8.24º 0.41% 0.98% -
XYZ 57.69 48.3 34.3 -
YUV 186.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 250 162 148 0 0.35 0.41 0.02 8.24 0.91 0.78
Hex FA A2 94 0 23 29 2 8 5B 4E
Octal 372 242 224 0 43 51 2 10 133 116
Binary 11111010 10100010 10010100 0 100011 101001 10 1000 1011011 1001110

Color Harmonies of #FAA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA294

Black with #FAA294

Text Example


Text Example

White with #FAA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA294; }

 p { color: rgb(250,162,148); }

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

background-color css

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

 a { background-color: rgb(250,162,148); }

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

border-color css

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

 span { border-color: rgb(250,162,148); }

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