Html Css Color HEX #FCC1C2 Azalea

📋 copy color: '#FCC1C2'

red 252 ◦ green 193 ◦ blue 194

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

Shades of Azalea #FCC1C2

Tints of Azalea #FCC1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.36%

R = 39.44%
G = 30.2%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCC1C2 (or 0xFCC1C2) is known color: Azalea. HEX triplet: FC, C1 and C2. RGB value is (252,193,194). Sum of RGB (Red+Green+Blue) = 252+193+194=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1C2 is #033E3D. Grayscale: #D2D2D2. Windows color (decimal): -212542 or 12763644. OLE color: 12763644.

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

Color convert

RGB 252 193 194 -
CMYK 0 0.23 0.23 0.01
HSL 358.98º 0.91% 0.87% -
HSV(B) 358.98º 0.23% 0.99% -
XYZ 68.95 62.73 59.51 -
YUV 210.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 252 193 194 0 0.23 0.23 0.01 358.98 0.91 0.87
Hex FC C1 C2 0 17 17 1 167 5B 57
Octal 374 301 302 0 27 27 1 547 133 127
Binary 11111100 11000001 11000010 0 10111 10111 1 101100111 1011011 1010111

Color Harmonies of #FCC1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1C2

Black with #FCC1C2

Text Example


Text Example

White with #FCC1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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