Html Css Color HEX #FEAF8F Rose Bud

📋 copy color: '#FEAF8F'

red 254 ◦ green 175 ◦ blue 143

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

Shades of Rose Bud #FEAF8F

Tints of Rose Bud #FEAF8F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.59%

 BLUE value IS 143 (56.25% from 255) = 25%

R = 44.41%
G = 30.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEAF8F (or 0xFEAF8F) is known color: Rose Bud. HEX triplet: FE, AF and 8F. RGB value is (254,175,143). Sum of RGB (Red+Green+Blue) = 254+175+143=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF8F is #015070. Grayscale: #C3C3C3. Windows color (decimal): -86129 or 9416702. OLE color: 9416702.

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

Color convert

RGB 254 175 143 -
CMYK 0 0.31 0.44 0.00
HSL 17.3º 0.98% 0.78% -
HSV(B) 17.3º 0.44% 1% -
XYZ 61.16 53.71 33.13 -
YUV 194.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 254 175 143 0 0.31 0.44 0.00 17.3 0.98 0.78
Hex FE AF 8F 0 1F 2C 0 11 62 4E
Octal 376 257 217 0 37 54 0 21 142 116
Binary 11111110 10101111 10001111 0 11111 101100 0 10001 1100010 1001110

Color Harmonies of #FEAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF8F

Black with #FEAF8F

Text Example


Text Example

White with #FEAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF8F; }

 p { color: rgb(254,175,143); }

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

background-color css

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

 a { background-color: rgb(254,175,143); }

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

border-color css

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

 span { border-color: rgb(254,175,143); }

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