Html Css Color HEX #FDAC9C Rose Bud

📋 copy color: '#FDAC9C'

red 253 ◦ green 172 ◦ blue 156

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

Shades of Rose Bud #FDAC9C

Tints of Rose Bud #FDAC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.85%

R = 43.55%
G = 29.6%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDAC9C (or 0xFDAC9C) is known color: Rose Bud. HEX triplet: FD, AC and 9C. RGB value is (253,172,156). Sum of RGB (Red+Green+Blue) = 253+172+156=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAC9C is #025363. Grayscale: #C2C2C2. Windows color (decimal): -152420 or 10267901. OLE color: 10267901.

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

Color convert

RGB 253 172 156 -
CMYK 0 0.32 0.38 0.01
HSL 9.9º 0.96% 0.8% -
HSV(B) 9.9º 0.38% 0.99% -
XYZ 61.26 52.79 38.41 -
YUV 194.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 253 172 156 0 0.32 0.38 0.01 9.9 0.96 0.8
Hex FD AC 9C 0 20 26 1 A 60 50
Octal 375 254 234 0 40 46 1 12 140 120
Binary 11111101 10101100 10011100 0 100000 100110 1 1010 1100000 1010000

Color Harmonies of #FDAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC9C

Black with #FDAC9C

Text Example


Text Example

White with #FDAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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