#FDC096

Color #FDC096 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FDC096

Tints of Romantic #FDC096

Color information

#FDC096 (or 0xFDC096) is unknown color: approx Romantic. HEX triplet: FD, C0 and 96. RGB value is (253,192,150). Sum of RGB (Red+Green+Blue) = 253+192+150=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC096 is #023F69. Grayscale: #CDCDCD. Windows color (decimal): -147306 or 9879805. OLE color: 9879805.

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

Color convert

RGB253192150-
CMYK00.240.410.01
HSL24.47º96.26%79.02%-
HSV(B)24.47º40.71%99.22%-
XYZ64.8660.7837.17-
YUV205.4596.71161.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=42.52%
G=32.27%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319215000.240.410.0124.4796.2679.02
HexFDC09601829118604f
Octal37530022603051130140117
Binary11111101110000001001011001100010100111100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC096; }

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

 H1.HeaderClassName
 {
   color: #FDC096;
 }
 .AnyTagClassName
 {
   color: #FDC096;
 }
</style>
background-color css

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

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

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

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

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

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