Html Css Color HEX #FDA09B Rose Bud

📋 copy color: '#FDA09B'

red 253 ◦ green 160 ◦ blue 155

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

Shades of Rose Bud #FDA09B

Tints of Rose Bud #FDA09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.17%

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

R = 44.54%
G = 28.17%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDA09B (or 0xFDA09B) is known color: Rose Bud. HEX triplet: FD, A0 and 9B. RGB value is (253,160,155). Sum of RGB (Red+Green+Blue) = 253+160+155=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA09B is #025F64. Grayscale: #BBBBBB. Windows color (decimal): -155493 or 10199293. OLE color: 10199293.

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

Color convert

RGB 253 160 155 -
CMYK 0 0.37 0.39 0.01
HSL 3.06º 0.96% 0.8% -
HSV(B) 3.06º 0.39% 0.99% -
XYZ 59 48.39 37.24 -
YUV 187.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 253 160 155 0 0.37 0.39 0.01 3.06 0.96 0.8
Hex FD A0 9B 0 25 27 1 3 60 50
Octal 375 240 233 0 45 47 1 3 140 120
Binary 11111101 10100000 10011011 0 100101 100111 1 11 1100000 1010000

Color Harmonies of #FDA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA09B

Black with #FDA09B

Text Example


Text Example

White with #FDA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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