Html Css Color HEX #F6C3C4 Azalea

📋 copy color: '#F6C3C4'

red 246 ◦ green 195 ◦ blue 196

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

Shades of Azalea #F6C3C4

Tints of Azalea #F6C3C4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.61%

 BLUE value IS 196 (76.95% from 255) = 30.77%

R = 38.62%
G = 30.61%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6C3C4 (or 0xF6C3C4) is known color: Azalea. HEX triplet: F6, C3 and C4. RGB value is (246,195,196). Sum of RGB (Red+Green+Blue) = 246+195+196=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3C4 is #093C3B. Grayscale: #D2D2D2. Windows color (decimal): -605244 or 12895222. OLE color: 12895222.

HSL color Cylindrical-coordinate representation of color #F6C3C4: hue angle of 358.82º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C3C4 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 195 196 -
CMYK 0 0.21 0.20 0.04
HSL 358.82º 0.74% 0.86% -
HSV(B) 358.82º 0.21% 0.96% -
XYZ 67.48 62.61 60.75 -
YUV 210.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 246 195 196 0 0.21 0.20 0.04 358.82 0.74 0.86
Hex F6 C3 C4 0 15 14 4 167 4A 56
Octal 366 303 304 0 25 24 4 547 112 126
Binary 11110110 11000011 11000100 0 10101 10100 100 101100111 1001010 1010110

Color Harmonies of #F6C3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C3C4

Black with #F6C3C4

Text Example


Text Example

White with #F6C3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C3C4; }

 p { color: rgb(246,195,196); }

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

background-color css

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

 a { background-color: rgb(246,195,196); }

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

border-color css

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

 span { border-color: rgb(246,195,196); }

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