Html Css Color HEX #F3C5CC Azalea

📋 copy color: '#F3C5CC'

red 243 ◦ green 197 ◦ blue 204

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

Shades of Azalea #F3C5CC

Tints of Azalea #F3C5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.59%

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

R = 37.73%
G = 30.59%
B = 31.68%

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

#F3C5CC (or 0xF3C5CC) is known color: Azalea. HEX triplet: F3, C5 and CC. RGB value is (243,197,204). Sum of RGB (Red+Green+Blue) = 243+197+204=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5CC is #0C3A33. Grayscale: #D3D3D3. Windows color (decimal): -801332 or 13420019. OLE color: 13420019.

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

Color convert

RGB 243 197 204 -
CMYK 0 0.19 0.16 0.05
HSL 350.87º 0.66% 0.86% -
HSV(B) 350.87º 0.19% 0.95% -
XYZ 67.83 63.35 65.78 -
YUV 211.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 243 197 204 0 0.19 0.16 0.05 350.87 0.66 0.86
Hex F3 C5 CC 0 13 10 5 15F 42 56
Octal 363 305 314 0 23 20 5 537 102 126
Binary 11110011 11000101 11001100 0 10011 10000 101 101011111 1000010 1010110

Color Harmonies of #F3C5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C5CC

Black with #F3C5CC

Text Example


Text Example

White with #F3C5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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