Html Css Color HEX #F8C9CD Azalea

📋 copy color: '#F8C9CD'

red 248 ◦ green 201 ◦ blue 205

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

Shades of Azalea #F8C9CD

Tints of Azalea #F8C9CD

RGB

 RED value IS 248 (97.27% from 255) = 37.92%

 GREEN value IS 201 (78.91% from 255) = 30.73%

 BLUE value IS 205 (80.47% from 255) = 31.35%

R = 37.92%
G = 30.73%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8C9CD (or 0xF8C9CD) is known color: Azalea. HEX triplet: F8, C9 and CD. RGB value is (248,201,205). Sum of RGB (Red+Green+Blue) = 248+201+205=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C9CD is #073632. Grayscale: #D7D7D7. Windows color (decimal): -472627 or 13486584. OLE color: 13486584.

HSL color Cylindrical-coordinate representation of color #F8C9CD: hue angle of 354.89º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8C9CD is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 205 -
CMYK 0 0.19 0.17 0.03
HSL 354.89º 0.77% 0.88% -
HSV(B) 354.89º 0.19% 0.97% -
XYZ 70.62 66.14 66.8 -
YUV 215.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 248 201 205 0 0.19 0.17 0.03 354.89 0.77 0.88
Hex F8 C9 CD 0 13 11 3 163 4D 58
Octal 370 311 315 0 23 21 3 543 115 130
Binary 11111000 11001001 11001101 0 10011 10001 11 101100011 1001101 1011000

Color Harmonies of #F8C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C9CD

Black with #F8C9CD

Text Example


Text Example

White with #F8C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C9CD; }

 p { color: rgb(248,201,205); }

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

background-color css

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

 a { background-color: rgb(248,201,205); }

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

border-color css

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

 span { border-color: rgb(248,201,205); }

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