Html Css Color HEX #FEAB8C Rose Bud

📋 copy color: '#FEAB8C'

red 254 ◦ green 171 ◦ blue 140

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

Shades of Rose Bud #FEAB8C

Tints of Rose Bud #FEAB8C

RGB

 RED value IS 254 (99.61% from 255) = 44.96%

 GREEN value IS 171 (67.19% from 255) = 30.27%

 BLUE value IS 140 (55.08% from 255) = 24.78%

R = 44.96%
G = 30.27%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEAB8C (or 0xFEAB8C) is known color: Rose Bud. HEX triplet: FE, AB and 8C. RGB value is (254,171,140). Sum of RGB (Red+Green+Blue) = 254+171+140=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB8C is #015473. Grayscale: #C0C0C0. Windows color (decimal): -87156 or 9219070. OLE color: 9219070.

HSL color Cylindrical-coordinate representation of color #FEAB8C: hue angle of 16.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEAB8C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 171 140 -
CMYK 0 0.33 0.45 0.00
HSL 16.32º 0.98% 0.77% -
HSV(B) 16.32º 0.45% 1% -
XYZ 60.17 52.09 31.69 -
YUV 192.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 254 171 140 0 0.33 0.45 0.00 16.32 0.98 0.77
Hex FE AB 8C 0 21 2D 0 10 62 4D
Octal 376 253 214 0 41 55 0 20 142 115
Binary 11111110 10101011 10001100 0 100001 101101 0 10000 1100010 1001101

Color Harmonies of #FEAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB8C

Black with #FEAB8C

Text Example


Text Example

White with #FEAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB8C; }

 p { color: rgb(254,171,140); }

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

background-color css

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

 a { background-color: rgb(254,171,140); }

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

border-color css

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

 span { border-color: rgb(254,171,140); }

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