Html Css Color HEX #F1C6CA Azalea

📋 copy color: '#F1C6CA'

red 241 ◦ green 198 ◦ blue 202

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

Shades of Azalea #F1C6CA

Tints of Azalea #F1C6CA

RGB

 RED value IS 241 (94.53% from 255) = 37.6%

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

 BLUE value IS 202 (79.3% from 255) = 31.51%

R = 37.6%
G = 30.89%
B = 31.51%

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

#F1C6CA (or 0xF1C6CA) is known color: Azalea. HEX triplet: F1, C6 and CA. RGB value is (241,198,202). Sum of RGB (Red+Green+Blue) = 241+198+202=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6CA is #0E3935. Grayscale: #D3D3D3. Windows color (decimal): -932150 or 13289201. OLE color: 13289201.

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

Color convert

RGB 241 198 202 -
CMYK 0 0.18 0.16 0.05
HSL 354.42º 0.61% 0.86% -
HSV(B) 354.42º 0.18% 0.95% -
XYZ 67.13 63.35 64.57 -
YUV 211.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 241 198 202 0 0.18 0.16 0.05 354.42 0.61 0.86
Hex F1 C6 CA 0 12 10 5 162 3D 56
Octal 361 306 312 0 22 20 5 542 75 126
Binary 11110001 11000110 11001010 0 10010 10000 101 101100010 111101 1010110

Color Harmonies of #F1C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6CA

Black with #F1C6CA

Text Example


Text Example

White with #F1C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6CA; }

 p { color: rgb(241,198,202); }

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

background-color css

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

 a { background-color: rgb(241,198,202); }

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

border-color css

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

 span { border-color: rgb(241,198,202); }

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