Html Css Color HEX #FDB39B Rose Bud

📋 copy color: '#FDB39B'

red 253 ◦ green 179 ◦ blue 155

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

Shades of Rose Bud #FDB39B

Tints of Rose Bud #FDB39B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.49%

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

R = 43.1%
G = 30.49%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDB39B (or 0xFDB39B) is known color: Rose Bud. HEX triplet: FD, B3 and 9B. RGB value is (253,179,155). Sum of RGB (Red+Green+Blue) = 253+179+155=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB39B is #024C64. Grayscale: #C6C6C6. Windows color (decimal): -150629 or 10204157. OLE color: 10204157.

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

Color convert

RGB 253 179 155 -
CMYK 0 0.29 0.39 0.01
HSL 14.69º 0.96% 0.8% -
HSV(B) 14.69º 0.39% 0.99% -
XYZ 62.54 55.49 38.42 -
YUV 198.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 253 179 155 0 0.29 0.39 0.01 14.69 0.96 0.8
Hex FD B3 9B 0 1D 27 1 F 60 50
Octal 375 263 233 0 35 47 1 17 140 120
Binary 11111101 10110011 10011011 0 11101 100111 1 1111 1100000 1010000

Color Harmonies of #FDB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB39B

Black with #FDB39B

Text Example


Text Example

White with #FDB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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