#FDC198

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

Shades of Romantic #FDC198

Tints of Romantic #FDC198

Color information

#FDC198 (or 0xFDC198) is unknown color: approx Romantic. HEX triplet: FD, C1 and 98. RGB value is (253,193,152). Sum of RGB (Red+Green+Blue) = 253+193+152=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC198 is #023E67. Grayscale: #CECECE. Windows color (decimal): -147048 or 10011133. OLE color: 10011133.

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

Color convert

RGB253193152-
CMYK00.240.400.01
HSL24.36º96.19%79.41%-
HSV(B)24.36º39.92%99.22%-
XYZ65.2561.2938.1-
YUV206.2797.38161.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=42.31%
G=32.27%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319315200.240.400.0124.3696.1979.41
HexFDC19801828118604f
Octal37530123003050130140117
Binary11111101110000011001100001100010100011100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC198; }

 p { color: rgb(253,193,152); }

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

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

 a { background-color: rgb(253,193,152); }

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

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

 span { border-color: rgb(253,193,152); }

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