Html Css Color HEX #FCAEA0 Rose Bud

📋 copy color: '#FCAEA0'

red 252 ◦ green 174 ◦ blue 160

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

Shades of Rose Bud #FCAEA0

Tints of Rose Bud #FCAEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.69%

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 43%
G = 29.69%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCAEA0 (or 0xFCAEA0) is known color: Rose Bud. HEX triplet: FC, AE and A0. RGB value is (252,174,160). Sum of RGB (Red+Green+Blue) = 252+174+160=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEA0 is #03515F. Grayscale: #C3C3C3. Windows color (decimal): -217440 or 10530556. OLE color: 10530556.

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

Color convert

RGB 252 174 160 -
CMYK 0 0.31 0.37 0.01
HSL 9.13º 0.94% 0.81% -
HSV(B) 9.13º 0.37% 0.99% -
XYZ 61.63 53.51 40.34 -
YUV 195.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 252 174 160 0 0.31 0.37 0.01 9.13 0.94 0.81
Hex FC AE A0 0 1F 25 1 9 5E 51
Octal 374 256 240 0 37 45 1 11 136 121
Binary 11111100 10101110 10100000 0 11111 100101 1 1001 1011110 1010001

Color Harmonies of #FCAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEA0

Black with #FCAEA0

Text Example


Text Example

White with #FCAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEA0; }

 p { color: rgb(252,174,160); }

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

background-color css

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

 a { background-color: rgb(252,174,160); }

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

border-color css

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

 span { border-color: rgb(252,174,160); }

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