Html Css Color HEX #FDC6C7 Azalea

📋 copy color: '#FDC6C7'

red 253 ◦ green 198 ◦ blue 199

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

Shades of Azalea #FDC6C7

Tints of Azalea #FDC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.46%

 BLUE value IS 199 (78.13% from 255) = 30.62%

R = 38.92%
G = 30.46%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDC6C7 (or 0xFDC6C7) is known color: Azalea. HEX triplet: FD, C6 and C7. RGB value is (253,198,199). Sum of RGB (Red+Green+Blue) = 253+198+199=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6C7 is #023938. Grayscale: #D6D6D6. Windows color (decimal): -145721 or 13092605. OLE color: 13092605.

HSL color Cylindrical-coordinate representation of color #FDC6C7: hue angle of 358.91º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6C7 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 199 -
CMYK 0 0.22 0.21 0.01
HSL 358.91º 0.93% 0.88% -
HSV(B) 358.91º 0.22% 0.99% -
XYZ 71.01 65.39 62.91 -
YUV 214.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 253 198 199 0 0.22 0.21 0.01 358.91 0.93 0.88
Hex FD C6 C7 0 16 15 1 167 5D 58
Octal 375 306 307 0 26 25 1 547 135 130
Binary 11111101 11000110 11000111 0 10110 10101 1 101100111 1011101 1011000

Color Harmonies of #FDC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6C7

Black with #FDC6C7

Text Example


Text Example

White with #FDC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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