Html Css Color HEX #FDB29E Rose Bud

📋 copy color: '#FDB29E'

red 253 ◦ green 178 ◦ blue 158

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

Shades of Rose Bud #FDB29E

Tints of Rose Bud #FDB29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.83%

R = 42.95%
G = 30.22%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDB29E (or 0xFDB29E) is known color: Rose Bud. HEX triplet: FD, B2 and 9E. RGB value is (253,178,158). Sum of RGB (Red+Green+Blue) = 253+178+158=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB29E is #024D61. Grayscale: #C6C6C6. Windows color (decimal): -150882 or 10400509. OLE color: 10400509.

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

Color convert

RGB 253 178 158 -
CMYK 0 0.30 0.38 0.01
HSL 12.63º 0.96% 0.81% -
HSV(B) 12.63º 0.38% 0.99% -
XYZ 62.6 55.19 39.7 -
YUV 198.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 253 178 158 0 0.30 0.38 0.01 12.63 0.96 0.81
Hex FD B2 9E 0 1E 26 1 D 60 51
Octal 375 262 236 0 36 46 1 15 140 121
Binary 11111101 10110010 10011110 0 11110 100110 1 1101 1100000 1010001

Color Harmonies of #FDB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB29E

Black with #FDB29E

Text Example


Text Example

White with #FDB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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