Html Css Color HEX #FDAC8F Rose Bud

📋 copy color: '#FDAC8F'

red 253 ◦ green 172 ◦ blue 143

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

Shades of Rose Bud #FDAC8F

Tints of Rose Bud #FDAC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.18%

R = 44.54%
G = 30.28%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDAC8F (or 0xFDAC8F) is known color: Rose Bud. HEX triplet: FD, AC and 8F. RGB value is (253,172,143). Sum of RGB (Red+Green+Blue) = 253+172+143=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAC8F is #025370. Grayscale: #C1C1C1. Windows color (decimal): -152433 or 9415933. OLE color: 9415933.

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

Color convert

RGB 253 172 143 -
CMYK 0 0.32 0.43 0.01
HSL 15.82º 0.96% 0.78% -
HSV(B) 15.82º 0.43% 0.99% -
XYZ 60.22 52.37 32.92 -
YUV 192.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 253 172 143 0 0.32 0.43 0.01 15.82 0.96 0.78
Hex FD AC 8F 0 20 2B 1 10 60 4E
Octal 375 254 217 0 40 53 1 20 140 116
Binary 11111101 10101100 10001111 0 100000 101011 1 10000 1100000 1001110

Color Harmonies of #FDAC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC8F

Black with #FDAC8F

Text Example


Text Example

White with #FDAC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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