Html Css Color HEX #FDB29B Rose Bud

📋 copy color: '#FDB29B'

red 253 ◦ green 178 ◦ blue 155

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

Shades of Rose Bud #FDB29B

Tints of Rose Bud #FDB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.38%

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

R = 43.17%
G = 30.38%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDB29B (or 0xFDB29B) is known color: Rose Bud. HEX triplet: FD, B2 and 9B. RGB value is (253,178,155). Sum of RGB (Red+Green+Blue) = 253+178+155=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB29B is #024D64. Grayscale: #C5C5C5. Windows color (decimal): -150885 or 10203901. OLE color: 10203901.

HSL color Cylindrical-coordinate representation of color #FDB29B: hue angle of 14.08º 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 #FDB29B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 178 155 -
CMYK 0 0.30 0.39 0.01
HSL 14.08º 0.96% 0.8% -
HSV(B) 14.08º 0.39% 0.99% -
XYZ 62.34 55.09 38.36 -
YUV 197.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 253 178 155 0 0.30 0.39 0.01 14.08 0.96 0.8
Hex FD B2 9B 0 1E 27 1 E 60 50
Octal 375 262 233 0 36 47 1 16 140 120
Binary 11111101 10110010 10011011 0 11110 100111 1 1110 1100000 1010000

Color Harmonies of #FDB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB29B

Black with #FDB29B

Text Example


Text Example

White with #FDB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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