Html Css Color HEX #FAA78B Rose Bud

📋 copy color: '#FAA78B'

red 250 ◦ green 167 ◦ blue 139

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

Shades of Rose Bud #FAA78B

Tints of Rose Bud #FAA78B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

 BLUE value IS 139 (54.69% from 255) = 25%

R = 44.96%
G = 30.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAA78B (or 0xFAA78B) is known color: Rose Bud. HEX triplet: FA, A7 and 8B. RGB value is (250,167,139). Sum of RGB (Red+Green+Blue) = 250+167+139=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA78B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA78B is #055874. Grayscale: #BCBCBC. Windows color (decimal): -350325 or 9152506. OLE color: 9152506.

HSL color Cylindrical-coordinate representation of color #FAA78B: hue angle of 15.14º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAA78B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 139 -
CMYK 0 0.33 0.44 0.02
HSL 15.14º 0.92% 0.76% -
HSV(B) 15.14º 0.44% 0.98% -
XYZ 57.9 49.83 30.99 -
YUV 188.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 250 167 139 0 0.33 0.44 0.02 15.14 0.92 0.76
Hex FA A7 8B 0 21 2C 2 F 5C 4C
Octal 372 247 213 0 41 54 2 17 134 114
Binary 11111010 10100111 10001011 0 100001 101100 10 1111 1011100 1001100

Color Harmonies of #FAA78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA78B

Black with #FAA78B

Text Example


Text Example

White with #FAA78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA78B; }

 p { color: rgb(250,167,139); }

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

background-color css

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

 a { background-color: rgb(250,167,139); }

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

border-color css

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

 span { border-color: rgb(250,167,139); }

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