Html Css Color HEX #FDAC8D Rose Bud

📋 copy color: '#FDAC8D'

red 253 ◦ green 172 ◦ blue 141

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

Shades of Rose Bud #FDAC8D

Tints of Rose Bud #FDAC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.39%

 BLUE value IS 141 (55.47% from 255) = 24.91%

R = 44.7%
G = 30.39%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDAC8D (or 0xFDAC8D) is known color: Rose Bud. HEX triplet: FD, AC and 8D. RGB value is (253,172,141). Sum of RGB (Red+Green+Blue) = 253+172+141=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAC8D is #025372. Grayscale: #C0C0C0. Windows color (decimal): -152435 or 9284861. OLE color: 9284861.

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

Color convert

RGB 253 172 141 -
CMYK 0 0.32 0.44 0.01
HSL 16.61º 0.97% 0.77% -
HSV(B) 16.61º 0.44% 0.99% -
XYZ 60.07 52.31 32.13 -
YUV 192.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 253 172 141 0 0.32 0.44 0.01 16.61 0.97 0.77
Hex FD AC 8D 0 20 2C 1 11 61 4D
Octal 375 254 215 0 40 54 1 21 141 115
Binary 11111101 10101100 10001101 0 100000 101100 1 10001 1100001 1001101

Color Harmonies of #FDAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC8D

Black with #FDAC8D

Text Example


Text Example

White with #FDAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC8D; }

 p { color: rgb(253,172,141); }

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

background-color css

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

 a { background-color: rgb(253,172,141); }

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

border-color css

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

 span { border-color: rgb(253,172,141); }

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