Html Css Color HEX #FCC196 Romantic

📋 copy color: '#FCC196'

red 252 ◦ green 193 ◦ blue 150

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

Shades of Romantic #FCC196

Tints of Romantic #FCC196

RGB

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

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

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

R = 42.35%
G = 32.44%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCC196 (or 0xFCC196) is known color: Romantic. HEX triplet: FC, C1 and 96. RGB value is (252,193,150). Sum of RGB (Red+Green+Blue) = 252+193+150=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC196 is #033E69. Grayscale: #CDCDCD. Windows color (decimal): -212586 or 9880060. OLE color: 9880060.

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

Color convert

RGB 252 193 150 -
CMYK 0 0.23 0.40 0.01
HSL 25.29º 0.94% 0.79% -
HSV(B) 25.29º 0.4% 0.99% -
XYZ 64.72 61.04 37.22 -
YUV 205.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 252 193 150 0 0.23 0.40 0.01 25.29 0.94 0.79
Hex FC C1 96 0 17 28 1 19 5E 4F
Octal 374 301 226 0 27 50 1 31 136 117
Binary 11111100 11000001 10010110 0 10111 101000 1 11001 1011110 1001111

Color Harmonies of #FCC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC196

Black with #FCC196

Text Example


Text Example

White with #FCC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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