Html Css Color HEX #FCC195 Romantic

📋 copy color: '#FCC195'

red 252 ◦ green 193 ◦ blue 149

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

Shades of Romantic #FCC195

Tints of Romantic #FCC195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 42.42%
G = 32.49%
B = 25.08%

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

#FCC195 (or 0xFCC195) is known color: Romantic. HEX triplet: FC, C1 and 95. RGB value is (252,193,149). Sum of RGB (Red+Green+Blue) = 252+193+149=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC195 is #033E6A. Grayscale: #CDCDCD. Windows color (decimal): -212587 or 9814524. OLE color: 9814524.

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

Color convert

RGB 252 193 149 -
CMYK 0 0.23 0.41 0.01
HSL 25.63º 0.94% 0.79% -
HSV(B) 25.63º 0.41% 0.99% -
XYZ 64.64 61.01 36.8 -
YUV 205.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 252 193 149 0 0.23 0.41 0.01 25.63 0.94 0.79
Hex FC C1 95 0 17 29 1 1A 5E 4F
Octal 374 301 225 0 27 51 1 32 136 117
Binary 11111100 11000001 10010101 0 10111 101001 1 11010 1011110 1001111

Color Harmonies of #FCC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC195

Black with #FCC195

Text Example


Text Example

White with #FCC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC195; }

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

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

background-color css

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

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

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

border-color css

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

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

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