Html Css Color HEX #FDAE8E Rose Bud

📋 copy color: '#FDAE8E'

red 253 ◦ green 174 ◦ blue 142

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

Shades of Rose Bud #FDAE8E

Tints of Rose Bud #FDAE8E

RGB

 RED value IS 253 (99.22% from 255) = 44.46%

 GREEN value IS 174 (68.36% from 255) = 30.58%

 BLUE value IS 142 (55.86% from 255) = 24.96%

R = 44.46%
G = 30.58%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDAE8E (or 0xFDAE8E) is known color: Rose Bud. HEX triplet: FD, AE and 8E. RGB value is (253,174,142). Sum of RGB (Red+Green+Blue) = 253+174+142=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAE8E is #025171. Grayscale: #C2C2C2. Windows color (decimal): -151922 or 9350909. OLE color: 9350909.

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

Color convert

RGB 253 174 142 -
CMYK 0 0.31 0.44 0.01
HSL 17.3º 0.97% 0.77% -
HSV(B) 17.3º 0.44% 0.99% -
XYZ 60.53 53.11 32.65 -
YUV 193.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 253 174 142 0 0.31 0.44 0.01 17.3 0.97 0.77
Hex FD AE 8E 0 1F 2C 1 11 61 4D
Octal 375 256 216 0 37 54 1 21 141 115
Binary 11111101 10101110 10001110 0 11111 101100 1 10001 1100001 1001101

Color Harmonies of #FDAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAE8E

Black with #FDAE8E

Text Example


Text Example

White with #FDAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAE8E; }

 p { color: rgb(253,174,142); }

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

background-color css

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

 a { background-color: rgb(253,174,142); }

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

border-color css

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

 span { border-color: rgb(253,174,142); }

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