Html Css Color HEX #F3C0C9 Azalea

📋 copy color: '#F3C0C9'

red 243 ◦ green 192 ◦ blue 201

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

Shades of Azalea #F3C0C9

Tints of Azalea #F3C0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.19%

 BLUE value IS 201 (78.91% from 255) = 31.6%

R = 38.21%
G = 30.19%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F3C0C9 (or 0xF3C0C9) is known color: Azalea. HEX triplet: F3, C0 and C9. RGB value is (243,192,201). Sum of RGB (Red+Green+Blue) = 243+192+201=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0C9 is #0C3F36. Grayscale: #D0D0D0. Windows color (decimal): -802615 or 13222131. OLE color: 13222131.

HSL color Cylindrical-coordinate representation of color #F3C0C9: hue angle of 349.41º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C0C9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 201 -
CMYK 0 0.21 0.17 0.05
HSL 349.41º 0.68% 0.85% -
HSV(B) 349.41º 0.21% 0.95% -
XYZ 66.35 60.97 63.53 -
YUV 208.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 243 192 201 0 0.21 0.17 0.05 349.41 0.68 0.85
Hex F3 C0 C9 0 15 11 5 15D 44 55
Octal 363 300 311 0 25 21 5 535 104 125
Binary 11110011 11000000 11001001 0 10101 10001 101 101011101 1000100 1010101

Color Harmonies of #F3C0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0C9

Black with #F3C0C9

Text Example


Text Example

White with #F3C0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0C9; }

 p { color: rgb(243,192,201); }

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

background-color css

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

 a { background-color: rgb(243,192,201); }

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

border-color css

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

 span { border-color: rgb(243,192,201); }

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