Html Css Color HEX #FDC1C3 Azalea

📋 copy color: '#FDC1C3'

red 253 ◦ green 193 ◦ blue 195

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

Shades of Azalea #FDC1C3

Tints of Azalea #FDC1C3

RGB

 RED value IS 253 (99.22% from 255) = 39.47%

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

 BLUE value IS 195 (76.56% from 255) = 30.42%

R = 39.47%
G = 30.11%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDC1C3 (or 0xFDC1C3) is known color: Azalea. HEX triplet: FD, C1 and C3. RGB value is (253,193,195). Sum of RGB (Red+Green+Blue) = 253+193+195=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1C3 is #023E3C. Grayscale: #D3D3D3. Windows color (decimal): -147005 or 12829181. OLE color: 12829181.

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

Color convert

RGB 253 193 195 -
CMYK 0 0.24 0.23 0.01
HSL 358º 0.94% 0.87% -
HSV(B) 358º 0.24% 0.99% -
XYZ 69.43 62.96 60.12 -
YUV 211.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 253 193 195 0 0.24 0.23 0.01 358 0.94 0.87
Hex FD C1 C3 0 18 17 1 166 5E 57
Octal 375 301 303 0 30 27 1 546 136 127
Binary 11111101 11000001 11000011 0 11000 10111 1 101100110 1011110 1010111

Color Harmonies of #FDC1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1C3

Black with #FDC1C3

Text Example


Text Example

White with #FDC1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1C3; }

 p { color: rgb(253,193,195); }

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

background-color css

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

 a { background-color: rgb(253,193,195); }

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

border-color css

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

 span { border-color: rgb(253,193,195); }

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