Html Css Color HEX #FCA2A0 Rose Bud

📋 copy color: '#FCA2A0'

red 252 ◦ green 162 ◦ blue 160

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

Shades of Rose Bud #FCA2A0

Tints of Rose Bud #FCA2A0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.22%

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

R = 43.9%
G = 28.22%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCA2A0 (or 0xFCA2A0) is known color: Rose Bud. HEX triplet: FC, A2 and A0. RGB value is (252,162,160). Sum of RGB (Red+Green+Blue) = 252+162+160=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A0 is #035D5F. Grayscale: #BCBCBC. Windows color (decimal): -220512 or 10527484. OLE color: 10527484.

HSL color Cylindrical-coordinate representation of color #FCA2A0: hue angle of 1.3º 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 #FCA2A0 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 160 -
CMYK 0 0.36 0.37 0.01
HSL 1.3º 0.94% 0.81% -
HSV(B) 1.3º 0.37% 0.99% -
XYZ 59.41 49.07 39.6 -
YUV 188.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 252 162 160 0 0.36 0.37 0.01 1.3 0.94 0.81
Hex FC A2 A0 0 24 25 1 1 5E 51
Octal 374 242 240 0 44 45 1 1 136 121
Binary 11111100 10100010 10100000 0 100100 100101 1 1 1011110 1010001

Color Harmonies of #FCA2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2A0

Black with #FCA2A0

Text Example


Text Example

White with #FCA2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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