Html Css Color HEX #FCC1A1 Romantic

📋 copy color: '#FCC1A1'

red 252 ◦ green 193 ◦ blue 161

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

Shades of Romantic #FCC1A1

Tints of Romantic #FCC1A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.57%

R = 41.58%
G = 31.85%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCC1A1 (or 0xFCC1A1) is known color: Romantic. HEX triplet: FC, C1 and A1. RGB value is (252,193,161). Sum of RGB (Red+Green+Blue) = 252+193+161=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1A1 is #033E5E. Grayscale: #CFCFCF. Windows color (decimal): -212575 or 10600956. OLE color: 10600956.

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

Color convert

RGB 252 193 161 -
CMYK 0 0.23 0.36 0.01
HSL 21.1º 0.94% 0.81% -
HSV(B) 21.1º 0.36% 0.99% -
XYZ 65.65 61.41 42.11 -
YUV 206.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 252 193 161 0 0.23 0.36 0.01 21.1 0.94 0.81
Hex FC C1 A1 0 17 24 1 15 5E 51
Octal 374 301 241 0 27 44 1 25 136 121
Binary 11111100 11000001 10100001 0 10111 100100 1 10101 1011110 1010001

Color Harmonies of #FCC1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1A1

Black with #FCC1A1

Text Example


Text Example

White with #FCC1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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