Html Css Color HEX #FCAA9E Rose Bud

📋 copy color: '#FCAA9E'

red 252 ◦ green 170 ◦ blue 158

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

Shades of Rose Bud #FCAA9E

Tints of Rose Bud #FCAA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 43.45%
G = 29.31%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCAA9E (or 0xFCAA9E) is known color: Rose Bud. HEX triplet: FC, AA and 9E. RGB value is (252,170,158). Sum of RGB (Red+Green+Blue) = 252+170+158=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA9E is #035561. Grayscale: #C1C1C1. Windows color (decimal): -218466 or 10398460. OLE color: 10398460.

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

Color convert

RGB 252 170 158 -
CMYK 0 0.33 0.37 0.01
HSL 7.66º 0.94% 0.8% -
HSV(B) 7.66º 0.37% 0.99% -
XYZ 60.69 51.91 39.17 -
YUV 193.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 252 170 158 0 0.33 0.37 0.01 7.66 0.94 0.8
Hex FC AA 9E 0 21 25 1 8 5E 50
Octal 374 252 236 0 41 45 1 10 136 120
Binary 11111100 10101010 10011110 0 100001 100101 1 1000 1011110 1010000

Color Harmonies of #FCAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA9E

Black with #FCAA9E

Text Example


Text Example

White with #FCAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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