Html Css Color HEX #FDAD8C Rose Bud

📋 copy color: '#FDAD8C'

red 253 ◦ green 173 ◦ blue 140

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

Shades of Rose Bud #FDAD8C

Tints of Rose Bud #FDAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 140 (55.08% from 255) = 24.73%

R = 44.7%
G = 30.57%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDAD8C (or 0xFDAD8C) is known color: Rose Bud. HEX triplet: FD, AD and 8C. RGB value is (253,173,140). Sum of RGB (Red+Green+Blue) = 253+173+140=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD8C is #025273. Grayscale: #C1C1C1. Windows color (decimal): -152180 or 9219581. OLE color: 9219581.

HSL color Cylindrical-coordinate representation of color #FDAD8C: hue angle of 17.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDAD8C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 173 140 -
CMYK 0 0.32 0.45 0.01
HSL 17.52º 0.97% 0.77% -
HSV(B) 17.52º 0.45% 0.99% -
XYZ 60.19 52.66 31.8 -
YUV 193.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 253 173 140 0 0.32 0.45 0.01 17.52 0.97 0.77
Hex FD AD 8C 0 20 2D 1 12 61 4D
Octal 375 255 214 0 40 55 1 22 141 115
Binary 11111101 10101101 10001100 0 100000 101101 1 10010 1100001 1001101

Color Harmonies of #FDAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD8C

Black with #FDAD8C

Text Example


Text Example

White with #FDAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD8C; }

 p { color: rgb(253,173,140); }

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

background-color css

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

 a { background-color: rgb(253,173,140); }

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

border-color css

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

 span { border-color: rgb(253,173,140); }

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