Html Css Color HEX #FDAEA2 Rose Bud

📋 copy color: '#FDAEA2'

red 253 ◦ green 174 ◦ blue 162

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

Shades of Rose Bud #FDAEA2

Tints of Rose Bud #FDAEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.5%

R = 42.95%
G = 29.54%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDAEA2 (or 0xFDAEA2) is known color: Rose Bud. HEX triplet: FD, AE and A2. RGB value is (253,174,162). Sum of RGB (Red+Green+Blue) = 253+174+162=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEA2 is #02515D. Grayscale: #C4C4C4. Windows color (decimal): -151902 or 10661629. OLE color: 10661629.

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

Color convert

RGB 253 174 162 -
CMYK 0 0.31 0.36 0.01
HSL 7.91º 0.96% 0.81% -
HSV(B) 7.91º 0.36% 0.99% -
XYZ 62.17 53.76 41.28 -
YUV 196.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 253 174 162 0 0.31 0.36 0.01 7.91 0.96 0.81
Hex FD AE A2 0 1F 24 1 8 60 51
Octal 375 256 242 0 37 44 1 10 140 121
Binary 11111101 10101110 10100010 0 11111 100100 1 1000 1100000 1010001

Color Harmonies of #FDAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEA2

Black with #FDAEA2

Text Example


Text Example

White with #FDAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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