Html Css Color HEX #FCA298 Rose Bud

📋 copy color: '#FCA298'

red 252 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #FCA298

Tints of Rose Bud #FCA298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.86%

R = 44.52%
G = 28.62%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCA298 (or 0xFCA298) is known color: Rose Bud. HEX triplet: FC, A2 and 98. RGB value is (252,162,152). Sum of RGB (Red+Green+Blue) = 252+162+152=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA298 is #035D67. Grayscale: #BBBBBB. Windows color (decimal): -220520 or 10003196. OLE color: 10003196.

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

Color convert

RGB 252 162 152 -
CMYK 0 0.36 0.40 0.01
HSL 0.94% 0.79% -
HSV(B) 0.4% 0.99% -
XYZ 58.73 48.8 36.03 -
YUV 187.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 252 162 152 0 0.36 0.40 0.01 6 0.94 0.79
Hex FC A2 98 0 24 28 1 6 5E 4F
Octal 374 242 230 0 44 50 1 6 136 117
Binary 11111100 10100010 10011000 0 100100 101000 1 110 1011110 1001111

Color Harmonies of #FCA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA298

Black with #FCA298

Text Example


Text Example

White with #FCA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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