Html Css Color HEX #FCAA8C Rose Bud

📋 copy color: '#FCAA8C'

red 252 ◦ green 170 ◦ blue 140

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

Shades of Rose Bud #FCAA8C

Tints of Rose Bud #FCAA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.91%

R = 44.84%
G = 30.25%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCAA8C (or 0xFCAA8C) is known color: Rose Bud. HEX triplet: FC, AA and 8C. RGB value is (252,170,140). Sum of RGB (Red+Green+Blue) = 252+170+140=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA8C is #035573. Grayscale: #BFBFBF. Windows color (decimal): -218484 or 9218812. OLE color: 9218812.

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

Color convert

RGB 252 170 140 -
CMYK 0 0.33 0.44 0.01
HSL 16.07º 0.95% 0.77% -
HSV(B) 16.07º 0.44% 0.99% -
XYZ 59.25 51.34 31.6 -
YUV 191.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 252 170 140 0 0.33 0.44 0.01 16.07 0.95 0.77
Hex FC AA 8C 0 21 2C 1 10 5F 4D
Octal 374 252 214 0 41 54 1 20 137 115
Binary 11111100 10101010 10001100 0 100001 101100 1 10000 1011111 1001101

Color Harmonies of #FCAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA8C

Black with #FCAA8C

Text Example


Text Example

White with #FCAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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