Html Css Color HEX #FCAA9D Rose Bud

📋 copy color: '#FCAA9D'

red 252 ◦ green 170 ◦ blue 157

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

Shades of Rose Bud #FCAA9D

Tints of Rose Bud #FCAA9D

RGB

 RED value IS 252 (98.83% from 255) = 43.52%

 GREEN value IS 170 (66.8% from 255) = 29.36%

 BLUE value IS 157 (61.72% from 255) = 27.12%

R = 43.52%
G = 29.36%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCAA9D (or 0xFCAA9D) is known color: Rose Bud. HEX triplet: FC, AA and 9D. RGB value is (252,170,157). Sum of RGB (Red+Green+Blue) = 252+170+157=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA9D is #035562. Grayscale: #C1C1C1. Windows color (decimal): -218467 or 10332924. OLE color: 10332924.

HSL color Cylindrical-coordinate representation of color #FCAA9D: hue angle of 8.21º degrees, saturation: 0.94, 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 #FCAA9D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 157 -
CMYK 0 0.33 0.38 0.01
HSL 8.21º 0.94% 0.8% -
HSV(B) 8.21º 0.38% 0.99% -
XYZ 60.61 51.88 38.72 -
YUV 193.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 252 170 157 0 0.33 0.38 0.01 8.21 0.94 0.8
Hex FC AA 9D 0 21 26 1 8 5E 50
Octal 374 252 235 0 41 46 1 10 136 120
Binary 11111100 10101010 10011101 0 100001 100110 1 1000 1011110 1010000

Color Harmonies of #FCAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA9D

Black with #FCAA9D

Text Example


Text Example

White with #FCAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA9D; }

 p { color: rgb(252,170,157); }

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

background-color css

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

 a { background-color: rgb(252,170,157); }

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

border-color css

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

 span { border-color: rgb(252,170,157); }

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