Html Css Color HEX #FDC1C6 Azalea

📋 copy color: '#FDC1C6'

red 253 ◦ green 193 ◦ blue 198

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

Shades of Azalea #FDC1C6

Tints of Azalea #FDC1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.75%

R = 39.29%
G = 29.97%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDC1C6 (or 0xFDC1C6) is known color: Azalea. HEX triplet: FD, C1 and C6. RGB value is (253,193,198). Sum of RGB (Red+Green+Blue) = 253+193+198=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1C6 is #023E39. Grayscale: #D3D3D3. Windows color (decimal): -147002 or 13025789. OLE color: 13025789.

HSL color Cylindrical-coordinate representation of color #FDC1C6: hue angle of 355º 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 #FDC1C6 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 198 -
CMYK 0 0.24 0.22 0.01
HSL 355º 0.94% 0.87% -
HSV(B) 355º 0.24% 0.99% -
XYZ 69.77 63.1 61.93 -
YUV 211.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 253 193 198 0 0.24 0.22 0.01 355 0.94 0.87
Hex FD C1 C6 0 18 16 1 163 5E 57
Octal 375 301 306 0 30 26 1 543 136 127
Binary 11111101 11000001 11000110 0 11000 10110 1 101100011 1011110 1010111

Color Harmonies of #FDC1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1C6

Black with #FDC1C6

Text Example


Text Example

White with #FDC1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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