Html Css Color HEX #F3C2CA Azalea

📋 copy color: '#F3C2CA'

red 243 ◦ green 194 ◦ blue 202

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

Shades of Azalea #F3C2CA

Tints of Azalea #F3C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.36%

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 38.03%
G = 30.36%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F3C2CA (or 0xF3C2CA) is known color: Azalea. HEX triplet: F3, C2 and CA. RGB value is (243,194,202). Sum of RGB (Red+Green+Blue) = 243+194+202=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2CA is #0C3D35. Grayscale: #D1D1D1. Windows color (decimal): -802102 or 13288179. OLE color: 13288179.

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

Color convert

RGB 243 194 202 -
CMYK 0 0.20 0.17 0.05
HSL 350.2º 0.67% 0.86% -
HSV(B) 350.2º 0.2% 0.95% -
XYZ 66.91 61.9 64.3 -
YUV 209.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 243 194 202 0 0.20 0.17 0.05 350.2 0.67 0.86
Hex F3 C2 CA 0 14 11 5 15E 43 56
Octal 363 302 312 0 24 21 5 536 103 126
Binary 11110011 11000010 11001010 0 10100 10001 101 101011110 1000011 1010110

Color Harmonies of #F3C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C2CA

Black with #F3C2CA

Text Example


Text Example

White with #F3C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C2CA; }

 p { color: rgb(243,194,202); }

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

background-color css

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

 a { background-color: rgb(243,194,202); }

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

border-color css

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

 span { border-color: rgb(243,194,202); }

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