Html Css Color HEX #F6C9CC Azalea

📋 copy color: '#F6C9CC'

red 246 ◦ green 201 ◦ blue 204

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

Shades of Azalea #F6C9CC

Tints of Azalea #F6C9CC

RGB

 RED value IS 246 (96.48% from 255) = 37.79%

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

 BLUE value IS 204 (80.08% from 255) = 31.34%

R = 37.79%
G = 30.88%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6C9CC (or 0xF6C9CC) is known color: Azalea. HEX triplet: F6, C9 and CC. RGB value is (246,201,204). Sum of RGB (Red+Green+Blue) = 246+201+204=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9CC is #093633. Grayscale: #D6D6D6. Windows color (decimal): -603700 or 13421046. OLE color: 13421046.

HSL color Cylindrical-coordinate representation of color #F6C9CC: hue angle of 356º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6C9CC is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 201 204 -
CMYK 0 0.18 0.17 0.04
HSL 356º 0.71% 0.88% -
HSV(B) 356º 0.18% 0.96% -
XYZ 69.79 65.73 66.13 -
YUV 214.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 246 201 204 0 0.18 0.17 0.04 356 0.71 0.88
Hex F6 C9 CC 0 12 11 4 164 47 58
Octal 366 311 314 0 22 21 4 544 107 130
Binary 11110110 11001001 11001100 0 10010 10001 100 101100100 1000111 1011000

Color Harmonies of #F6C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C9CC

Black with #F6C9CC

Text Example


Text Example

White with #F6C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C9CC; }

 p { color: rgb(246,201,204); }

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

background-color css

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

 a { background-color: rgb(246,201,204); }

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

border-color css

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

 span { border-color: rgb(246,201,204); }

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