Html Css Color HEX #FDA09F Rose Bud

📋 copy color: '#FDA09F'

red 253 ◦ green 160 ◦ blue 159

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

Shades of Rose Bud #FDA09F

Tints of Rose Bud #FDA09F

RGB

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

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

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

R = 44.23%
G = 27.97%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDA09F (or 0xFDA09F) is known color: Rose Bud. HEX triplet: FD, A0 and 9F. RGB value is (253,160,159). Sum of RGB (Red+Green+Blue) = 253+160+159=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA09F is #025F60. Grayscale: #BBBBBB. Windows color (decimal): -155489 or 10461437. OLE color: 10461437.

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

Color convert

RGB 253 160 159 -
CMYK 0 0.37 0.37 0.01
HSL 0.64º 0.96% 0.81% -
HSV(B) 0.64º 0.37% 0.99% -
XYZ 59.34 48.53 39.04 -
YUV 187.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 253 160 159 0 0.37 0.37 0.01 0.64 0.96 0.81
Hex FD A0 9F 0 25 25 1 1 60 51
Octal 375 240 237 0 45 45 1 1 140 121
Binary 11111101 10100000 10011111 0 100101 100101 1 1 1100000 1010001

Color Harmonies of #FDA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA09F

Black with #FDA09F

Text Example


Text Example

White with #FDA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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