Html Css Color HEX #FDC496 Romantic

📋 copy color: '#FDC496'

red 253 ◦ green 196 ◦ blue 150

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

Shades of Romantic #FDC496

Tints of Romantic #FDC496

RGB

 RED value IS 253 (99.22% from 255) = 42.24%

 GREEN value IS 196 (76.95% from 255) = 32.72%

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

R = 42.24%
G = 32.72%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDC496 (or 0xFDC496) is known color: Romantic. HEX triplet: FD, C4 and 96. RGB value is (253,196,150). Sum of RGB (Red+Green+Blue) = 253+196+150=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC496 is #023B69. Grayscale: #D0D0D0. Windows color (decimal): -146282 or 9880829. OLE color: 9880829.

HSL color Cylindrical-coordinate representation of color #FDC496: hue angle of 26.8º degrees, saturation: 0.96, 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 #FDC496 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 150 -
CMYK 0 0.23 0.41 0.01
HSL 26.8º 0.96% 0.79% -
HSV(B) 26.8º 0.41% 0.99% -
XYZ 65.75 62.56 37.46 -
YUV 207.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 253 196 150 0 0.23 0.41 0.01 26.8 0.96 0.79
Hex FD C4 96 0 17 29 1 1B 60 4F
Octal 375 304 226 0 27 51 1 33 140 117
Binary 11111101 11000100 10010110 0 10111 101001 1 11011 1100000 1001111

Color Harmonies of #FDC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC496

Black with #FDC496

Text Example


Text Example

White with #FDC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC496; }

 p { color: rgb(253,196,150); }

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

background-color css

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

 a { background-color: rgb(253,196,150); }

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

border-color css

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

 span { border-color: rgb(253,196,150); }

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