Html Css Color HEX #F3C8CC Azalea

📋 copy color: '#F3C8CC'

red 243 ◦ green 200 ◦ blue 204

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

Shades of Azalea #F3C8CC

Tints of Azalea #F3C8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.91%

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 37.56%
G = 30.91%
B = 31.53%

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

#F3C8CC (or 0xF3C8CC) is known color: Azalea. HEX triplet: F3, C8 and CC. RGB value is (243,200,204). Sum of RGB (Red+Green+Blue) = 243+200+204=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8CC is #0C3733. Grayscale: #D5D5D5. Windows color (decimal): -800564 or 13420787. OLE color: 13420787.

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

Color convert

RGB 243 200 204 -
CMYK 0 0.18 0.16 0.05
HSL 354.42º 0.64% 0.87% -
HSV(B) 354.42º 0.18% 0.95% -
XYZ 68.52 64.72 66.01 -
YUV 213.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 243 200 204 0 0.18 0.16 0.05 354.42 0.64 0.87
Hex F3 C8 CC 0 12 10 5 162 40 57
Octal 363 310 314 0 22 20 5 542 100 127
Binary 11110011 11001000 11001100 0 10010 10000 101 101100010 1000000 1010111

Color Harmonies of #F3C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C8CC

Black with #F3C8CC

Text Example


Text Example

White with #F3C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C8CC; }

 p { color: rgb(243,200,204); }

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

background-color css

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

 a { background-color: rgb(243,200,204); }

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

border-color css

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

 span { border-color: rgb(243,200,204); }

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