Html Css Color HEX #FCA096 Rose Bud

📋 copy color: '#FCA096'

red 252 ◦ green 160 ◦ blue 150

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

Shades of Rose Bud #FCA096

Tints of Rose Bud #FCA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 44.84%
G = 28.47%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCA096 (or 0xFCA096) is known color: Rose Bud. HEX triplet: FC, A0 and 96. RGB value is (252,160,150). Sum of RGB (Red+Green+Blue) = 252+160+150=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA096 is #035F69. Grayscale: #BABABA. Windows color (decimal): -221034 or 9871612. OLE color: 9871612.

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

Color convert

RGB 252 160 150 -
CMYK 0 0.37 0.40 0.01
HSL 5.88º 0.94% 0.79% -
HSV(B) 5.88º 0.4% 0.99% -
XYZ 58.22 48.04 35.06 -
YUV 186.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 252 160 150 0 0.37 0.40 0.01 5.88 0.94 0.79
Hex FC A0 96 0 25 28 1 6 5E 4F
Octal 374 240 226 0 45 50 1 6 136 117
Binary 11111100 10100000 10010110 0 100101 101000 1 110 1011110 1001111

Color Harmonies of #FCA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA096

Black with #FCA096

Text Example


Text Example

White with #FCA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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