Html Css Color HEX #FCC194 Romantic

📋 copy color: '#FCC194'

red 252 ◦ green 193 ◦ blue 148

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

Shades of Romantic #FCC194

Tints of Romantic #FCC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.96%

R = 42.5%
G = 32.55%
B = 24.96%

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

#FCC194 (or 0xFCC194) is known color: Romantic. HEX triplet: FC, C1 and 94. RGB value is (252,193,148). Sum of RGB (Red+Green+Blue) = 252+193+148=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC194 is #033E6B. Grayscale: #CDCDCD. Windows color (decimal): -212588 or 9748988. OLE color: 9748988.

HSL color Cylindrical-coordinate representation of color #FCC194: hue angle of 25.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCC194 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 148 -
CMYK 0 0.23 0.41 0.01
HSL 25.96º 0.95% 0.78% -
HSV(B) 25.96º 0.41% 0.99% -
XYZ 64.56 60.97 36.38 -
YUV 205.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 252 193 148 0 0.23 0.41 0.01 25.96 0.95 0.78
Hex FC C1 94 0 17 29 1 1A 5F 4E
Octal 374 301 224 0 27 51 1 32 137 116
Binary 11111100 11000001 10010100 0 10111 101001 1 11010 1011111 1001110

Color Harmonies of #FCC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC194

Black with #FCC194

Text Example


Text Example

White with #FCC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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