Html Css Color HEX #F3C5C8 Azalea

📋 copy color: '#F3C5C8'

red 243 ◦ green 197 ◦ blue 200

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

Shades of Azalea #F3C5C8

Tints of Azalea #F3C5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.25%

R = 37.97%
G = 30.78%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F3C5C8 (or 0xF3C5C8) is known color: Azalea. HEX triplet: F3, C5 and C8. RGB value is (243,197,200). Sum of RGB (Red+Green+Blue) = 243+197+200=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5C8 is #0C3A37. Grayscale: #D3D3D3. Windows color (decimal): -801336 or 13157875. OLE color: 13157875.

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

Color convert

RGB 243 197 200 -
CMYK 0 0.19 0.18 0.05
HSL 356.09º 0.66% 0.86% -
HSV(B) 356.09º 0.19% 0.95% -
XYZ 67.35 63.16 63.28 -
YUV 211.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 243 197 200 0 0.19 0.18 0.05 356.09 0.66 0.86
Hex F3 C5 C8 0 13 12 5 164 42 56
Octal 363 305 310 0 23 22 5 544 102 126
Binary 11110011 11000101 11001000 0 10011 10010 101 101100100 1000010 1010110

Color Harmonies of #F3C5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C5C8

Black with #F3C5C8

Text Example


Text Example

White with #F3C5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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