Html Css Color HEX #FCA395 Rose Bud

📋 copy color: '#FCA395'

red 252 ◦ green 163 ◦ blue 149

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

Shades of Rose Bud #FCA395

Tints of Rose Bud #FCA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.9%

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 44.68%
G = 28.9%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCA395 (or 0xFCA395) is known color: Rose Bud. HEX triplet: FC, A3 and 95. RGB value is (252,163,149). Sum of RGB (Red+Green+Blue) = 252+163+149=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA395 is #035C6A. Grayscale: #BCBCBC. Windows color (decimal): -220267 or 9806844. OLE color: 9806844.

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

Color convert

RGB 252 163 149 -
CMYK 0 0.35 0.41 0.01
HSL 8.16º 0.94% 0.79% -
HSV(B) 8.16º 0.41% 0.99% -
XYZ 58.67 49.06 34.81 -
YUV 188.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 252 163 149 0 0.35 0.41 0.01 8.16 0.94 0.79
Hex FC A3 95 0 23 29 1 8 5E 4F
Octal 374 243 225 0 43 51 1 10 136 117
Binary 11111100 10100011 10010101 0 100011 101001 1 1000 1011110 1001111

Color Harmonies of #FCA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA395

Black with #FCA395

Text Example


Text Example

White with #FCA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA395; }

 p { color: rgb(252,163,149); }

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

background-color css

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

 a { background-color: rgb(252,163,149); }

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

border-color css

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

 span { border-color: rgb(252,163,149); }

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