Html Css Color HEX #FDA29F Rose Bud

📋 copy color: '#FDA29F'

red 253 ◦ green 162 ◦ blue 159

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

Shades of Rose Bud #FDA29F

Tints of Rose Bud #FDA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.22%

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 44.08%
G = 28.22%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDA29F (or 0xFDA29F) is known color: Rose Bud. HEX triplet: FD, A2 and 9F. RGB value is (253,162,159). Sum of RGB (Red+Green+Blue) = 253+162+159=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA29F is #025D60. Grayscale: #BCBCBC. Windows color (decimal): -154977 or 10461949. OLE color: 10461949.

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

Color convert

RGB 253 162 159 -
CMYK 0 0.36 0.37 0.01
HSL 1.91º 0.96% 0.81% -
HSV(B) 1.91º 0.37% 0.99% -
XYZ 59.69 49.23 39.16 -
YUV 188.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 253 162 159 0 0.36 0.37 0.01 1.91 0.96 0.81
Hex FD A2 9F 0 24 25 1 2 60 51
Octal 375 242 237 0 44 45 1 2 140 121
Binary 11111101 10100010 10011111 0 100100 100101 1 10 1100000 1010001

Color Harmonies of #FDA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA29F

Black with #FDA29F

Text Example


Text Example

White with #FDA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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