Html Css Color HEX #FAA893 Rose Bud

📋 copy color: '#FAA893'

red 250 ◦ green 168 ◦ blue 147

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

Shades of Rose Bud #FAA893

Tints of Rose Bud #FAA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.73%

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 44.25%
G = 29.73%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA893 (or 0xFAA893) is known color: Rose Bud. HEX triplet: FA, A8 and 93. RGB value is (250,168,147). Sum of RGB (Red+Green+Blue) = 250+168+147=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA893 is #05576C. Grayscale: #BEBEBE. Windows color (decimal): -350061 or 9677050. OLE color: 9677050.

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

Color convert

RGB 250 168 147 -
CMYK 0 0.33 0.41 0.02
HSL 12.23º 0.91% 0.78% -
HSV(B) 12.23º 0.41% 0.98% -
XYZ 58.69 50.44 34.25 -
YUV 190.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 250 168 147 0 0.33 0.41 0.02 12.23 0.91 0.78
Hex FA A8 93 0 21 29 2 C 5B 4E
Octal 372 250 223 0 41 51 2 14 133 116
Binary 11111010 10101000 10010011 0 100001 101001 10 1100 1011011 1001110

Color Harmonies of #FAA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA893

Black with #FAA893

Text Example


Text Example

White with #FAA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA893; }

 p { color: rgb(250,168,147); }

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

background-color css

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

 a { background-color: rgb(250,168,147); }

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

border-color css

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

 span { border-color: rgb(250,168,147); }

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