Html Css Color HEX #FCA8A0 Rose Bud

📋 copy color: '#FCA8A0'

red 252 ◦ green 168 ◦ blue 160

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

Shades of Rose Bud #FCA8A0

Tints of Rose Bud #FCA8A0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.97%

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

R = 43.45%
G = 28.97%
B = 27.59%

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

#FCA8A0 (or 0xFCA8A0) is known color: Rose Bud. HEX triplet: FC, A8 and A0. RGB value is (252,168,160). Sum of RGB (Red+Green+Blue) = 252+168+160=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A0 is #03575F. Grayscale: #C0C0C0. Windows color (decimal): -218976 or 10529020. OLE color: 10529020.

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

Color convert

RGB 252 168 160 -
CMYK 0 0.33 0.37 0.01
HSL 5.22º 0.94% 0.81% -
HSV(B) 5.22º 0.37% 0.99% -
XYZ 60.49 51.24 39.96 -
YUV 192.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 252 168 160 0 0.33 0.37 0.01 5.22 0.94 0.81
Hex FC A8 A0 0 21 25 1 5 5E 51
Octal 374 250 240 0 41 45 1 5 136 121
Binary 11111100 10101000 10100000 0 100001 100101 1 101 1011110 1010001

Color Harmonies of #FCA8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8A0

Black with #FCA8A0

Text Example


Text Example

White with #FCA8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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