Html Css Color HEX #FDC196 Romantic

📋 copy color: '#FDC196'

red 253 ◦ green 193 ◦ blue 150

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

Shades of Romantic #FDC196

Tints of Romantic #FDC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.38%

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

R = 42.45%
G = 32.38%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDC196 (or 0xFDC196) is known color: Romantic. HEX triplet: FD, C1 and 96. RGB value is (253,193,150). Sum of RGB (Red+Green+Blue) = 253+193+150=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC196 is #023E69. Grayscale: #CECECE. Windows color (decimal): -147050 or 9880061. OLE color: 9880061.

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

Color convert

RGB 253 193 150 -
CMYK 0 0.24 0.41 0.01
HSL 25.05º 0.96% 0.79% -
HSV(B) 25.05º 0.41% 0.99% -
XYZ 65.08 61.22 37.24 -
YUV 206.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 253 193 150 0 0.24 0.41 0.01 25.05 0.96 0.79
Hex FD C1 96 0 18 29 1 19 60 4F
Octal 375 301 226 0 30 51 1 31 140 117
Binary 11111101 11000001 10010110 0 11000 101001 1 11001 1100000 1001111

Color Harmonies of #FDC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC196

Black with #FDC196

Text Example


Text Example

White with #FDC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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