Html Css Color HEX #F3C6CB Azalea

📋 copy color: '#F3C6CB'

red 243 ◦ green 198 ◦ blue 203

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

Shades of Azalea #F3C6CB

Tints of Azalea #F3C6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.75%

 BLUE value IS 203 (79.69% from 255) = 31.52%

R = 37.73%
G = 30.75%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3C6CB (or 0xF3C6CB) is known color: Azalea. HEX triplet: F3, C6 and CB. RGB value is (243,198,203). Sum of RGB (Red+Green+Blue) = 243+198+203=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6CB is #0C3934. Grayscale: #D4D4D4. Windows color (decimal): -801077 or 13354739. OLE color: 13354739.

HSL color Cylindrical-coordinate representation of color #F3C6CB: hue angle of 353.33º degrees, saturation: 0.65, 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 #F3C6CB is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 198 203 -
CMYK 0 0.19 0.16 0.05
HSL 353.33º 0.65% 0.86% -
HSV(B) 353.33º 0.19% 0.95% -
XYZ 67.94 63.75 65.23 -
YUV 212.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 243 198 203 0 0.19 0.16 0.05 353.33 0.65 0.86
Hex F3 C6 CB 0 13 10 5 161 41 56
Octal 363 306 313 0 23 20 5 541 101 126
Binary 11110011 11000110 11001011 0 10011 10000 101 101100001 1000001 1010110

Color Harmonies of #F3C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C6CB

Black with #F3C6CB

Text Example


Text Example

White with #F3C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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