Html Css Color HEX #F3C5C6 Azalea

📋 copy color: '#F3C5C6'

red 243 ◦ green 197 ◦ blue 198

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

Shades of Azalea #F3C5C6

Tints of Azalea #F3C5C6

RGB

 RED value IS 243 (95.31% from 255) = 38.09%

 GREEN value IS 197 (77.34% from 255) = 30.88%

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

R = 38.09%
G = 30.88%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F3C5C6 (or 0xF3C5C6) is known color: Azalea. HEX triplet: F3, C5 and C6. RGB value is (243,197,198). Sum of RGB (Red+Green+Blue) = 243+197+198=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5C6 is #0C3A39. Grayscale: #D2D2D2. Windows color (decimal): -801338 or 13026803. OLE color: 13026803.

HSL color Cylindrical-coordinate representation of color #F3C5C6: hue angle of 358.7º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C5C6 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 197 198 -
CMYK 0 0.19 0.19 0.05
HSL 358.7º 0.66% 0.86% -
HSV(B) 358.7º 0.19% 0.95% -
XYZ 67.12 63.06 62.06 -
YUV 210.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 243 197 198 0 0.19 0.19 0.05 358.7 0.66 0.86
Hex F3 C5 C6 0 13 13 5 167 42 56
Octal 363 305 306 0 23 23 5 547 102 126
Binary 11110011 11000101 11000110 0 10011 10011 101 101100111 1000010 1010110

Color Harmonies of #F3C5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C5C6

Black with #F3C5C6

Text Example


Text Example

White with #F3C5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C5C6; }

 p { color: rgb(243,197,198); }

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

background-color css

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

 a { background-color: rgb(243,197,198); }

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

border-color css

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

 span { border-color: rgb(243,197,198); }

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