Html Css Color HEX #FEAF8D Mandys Pink

📋 copy color: '#FEAF8D'

red 254 ◦ green 175 ◦ blue 141

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

Shades of Mandys Pink #FEAF8D

Tints of Mandys Pink #FEAF8D

RGB

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

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

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

R = 44.56%
G = 30.7%
B = 24.74%

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

#FEAF8D (or 0xFEAF8D) is known color: Mandys Pink. HEX triplet: FE, AF and 8D. RGB value is (254,175,141). Sum of RGB (Red+Green+Blue) = 254+175+141=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF8D is #015072. Grayscale: #C2C2C2. Windows color (decimal): -86131 or 9285630. OLE color: 9285630.

HSL color Cylindrical-coordinate representation of color #FEAF8D: hue angle of 18.05º 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 #FEAF8D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 175 141 -
CMYK 0 0.31 0.44 0.00
HSL 18.05º 0.98% 0.77% -
HSV(B) 18.05º 0.44% 1% -
XYZ 61.01 53.65 32.34 -
YUV 194.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 254 175 141 0 0.31 0.44 0.00 18.05 0.98 0.77
Hex FE AF 8D 0 1F 2C 0 12 62 4D
Octal 376 257 215 0 37 54 0 22 142 115
Binary 11111110 10101111 10001101 0 11111 101100 0 10010 1100010 1001101

Color Harmonies of #FEAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF8D

Black with #FEAF8D

Text Example


Text Example

White with #FEAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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