Html Css Color HEX #FDA29B Rose Bud

📋 copy color: '#FDA29B'

red 253 ◦ green 162 ◦ blue 155

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

Shades of Rose Bud #FDA29B

Tints of Rose Bud #FDA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 44.39%
G = 28.42%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDA29B (or 0xFDA29B) is known color: Rose Bud. HEX triplet: FD, A2 and 9B. RGB value is (253,162,155). Sum of RGB (Red+Green+Blue) = 253+162+155=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA29B is #025D64. Grayscale: #BCBCBC. Windows color (decimal): -154981 or 10199805. OLE color: 10199805.

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

Color convert

RGB 253 162 155 -
CMYK 0 0.36 0.39 0.01
HSL 4.29º 0.96% 0.8% -
HSV(B) 4.29º 0.39% 0.99% -
XYZ 59.34 49.09 37.36 -
YUV 188.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 253 162 155 0 0.36 0.39 0.01 4.29 0.96 0.8
Hex FD A2 9B 0 24 27 1 4 60 50
Octal 375 242 233 0 44 47 1 4 140 120
Binary 11111101 10100010 10011011 0 100100 100111 1 100 1100000 1010000

Color Harmonies of #FDA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA29B

Black with #FDA29B

Text Example


Text Example

White with #FDA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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