Html Css Color HEX #F3C7CB Azalea

📋 copy color: '#F3C7CB'

red 243 ◦ green 199 ◦ blue 203

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

Shades of Azalea #F3C7CB

Tints of Azalea #F3C7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.85%

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

R = 37.67%
G = 30.85%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3C7CB (or 0xF3C7CB) is known color: Azalea. HEX triplet: F3, C7 and CB. RGB value is (243,199,203). Sum of RGB (Red+Green+Blue) = 243+199+203=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7CB is #0C3834. Grayscale: #D4D4D4. Windows color (decimal): -800821 or 13354995. OLE color: 13354995.

HSL color Cylindrical-coordinate representation of color #F3C7CB: hue angle of 354.55º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3C7CB is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 199 203 -
CMYK 0 0.18 0.16 0.05
HSL 354.55º 0.65% 0.87% -
HSV(B) 354.55º 0.18% 0.95% -
XYZ 68.17 64.21 65.3 -
YUV 212.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 243 199 203 0 0.18 0.16 0.05 354.55 0.65 0.87
Hex F3 C7 CB 0 12 10 5 163 41 57
Octal 363 307 313 0 22 20 5 543 101 127
Binary 11110011 11000111 11001011 0 10010 10000 101 101100011 1000001 1010111

Color Harmonies of #F3C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C7CB

Black with #F3C7CB

Text Example


Text Example

White with #F3C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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