Html Css Color HEX #FEA68D Rose Bud

📋 copy color: '#FEA68D'

red 254 ◦ green 166 ◦ blue 141

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

Shades of Rose Bud #FEA68D

Tints of Rose Bud #FEA68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.59%

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 45.28%
G = 29.59%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEA68D (or 0xFEA68D) is known color: Rose Bud. HEX triplet: FE, A6 and 8D. RGB value is (254,166,141). Sum of RGB (Red+Green+Blue) = 254+166+141=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA68D is #015972. Grayscale: #BDBDBD. Windows color (decimal): -88435 or 9283326. OLE color: 9283326.

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

Color convert

RGB 254 166 141 -
CMYK 0 0.35 0.44 0.00
HSL 13.27º 0.98% 0.77% -
HSV(B) 13.27º 0.44% 1% -
XYZ 59.32 50.27 31.78 -
YUV 189.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 254 166 141 0 0.35 0.44 0.00 13.27 0.98 0.77
Hex FE A6 8D 0 23 2C 0 D 62 4D
Octal 376 246 215 0 43 54 0 15 142 115
Binary 11111110 10100110 10001101 0 100011 101100 0 1101 1100010 1001101

Color Harmonies of #FEA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA68D

Black with #FEA68D

Text Example


Text Example

White with #FEA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA68D; }

 p { color: rgb(254,166,141); }

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

background-color css

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

 a { background-color: rgb(254,166,141); }

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

border-color css

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

 span { border-color: rgb(254,166,141); }

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