Html Css Color HEX #FDB29F Rose Bud

📋 copy color: '#FDB29F'

red 253 ◦ green 178 ◦ blue 159

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

Shades of Rose Bud #FDB29F

Tints of Rose Bud #FDB29F

RGB

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

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

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

R = 42.88%
G = 30.17%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDB29F (or 0xFDB29F) is known color: Rose Bud. HEX triplet: FD, B2 and 9F. RGB value is (253,178,159). Sum of RGB (Red+Green+Blue) = 253+178+159=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB29F is #024D60. Grayscale: #C6C6C6. Windows color (decimal): -150881 or 10466045. OLE color: 10466045.

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

Color convert

RGB 253 178 159 -
CMYK 0 0.30 0.37 0.01
HSL 12.13º 0.96% 0.81% -
HSV(B) 12.13º 0.37% 0.99% -
XYZ 62.69 55.23 40.16 -
YUV 198.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 253 178 159 0 0.30 0.37 0.01 12.13 0.96 0.81
Hex FD B2 9F 0 1E 25 1 C 60 51
Octal 375 262 237 0 36 45 1 14 140 121
Binary 11111101 10110010 10011111 0 11110 100101 1 1100 1100000 1010001

Color Harmonies of #FDB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB29F

Black with #FDB29F

Text Example


Text Example

White with #FDB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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