Html Css Color HEX #FCAA8A Rose Bud

📋 copy color: '#FCAA8A'

red 252 ◦ green 170 ◦ blue 138

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

Shades of Rose Bud #FCAA8A

Tints of Rose Bud #FCAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.64%

R = 45%
G = 30.36%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCAA8A (or 0xFCAA8A) is known color: Rose Bud. HEX triplet: FC, AA and 8A. RGB value is (252,170,138). Sum of RGB (Red+Green+Blue) = 252+170+138=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA8A is #035575. Grayscale: #BFBFBF. Windows color (decimal): -218486 or 9087740. OLE color: 9087740.

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

Color convert

RGB 252 170 138 -
CMYK 0 0.33 0.45 0.01
HSL 16.84º 0.95% 0.76% -
HSV(B) 16.84º 0.45% 0.99% -
XYZ 59.11 51.28 30.83 -
YUV 190.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 252 170 138 0 0.33 0.45 0.01 16.84 0.95 0.76
Hex FC AA 8A 0 21 2D 1 11 5F 4C
Octal 374 252 212 0 41 55 1 21 137 114
Binary 11111100 10101010 10001010 0 100001 101101 1 10001 1011111 1001100

Color Harmonies of #FCAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA8A

Black with #FCAA8A

Text Example


Text Example

White with #FCAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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