Html Css Color HEX #F1C9CA Azalea

📋 copy color: '#F1C9CA'

red 241 ◦ green 201 ◦ blue 202

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

Shades of Azalea #F1C9CA

Tints of Azalea #F1C9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.21%

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

R = 37.42%
G = 31.21%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1C9CA (or 0xF1C9CA) is known color: Azalea. HEX triplet: F1, C9 and CA. RGB value is (241,201,202). Sum of RGB (Red+Green+Blue) = 241+201+202=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9CA is #0E3635. Grayscale: #D5D5D5. Windows color (decimal): -931382 or 13289969. OLE color: 13289969.

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

Color convert

RGB 241 201 202 -
CMYK 0 0.17 0.16 0.05
HSL 358.5º 0.59% 0.87% -
HSV(B) 358.5º 0.17% 0.95% -
XYZ 67.82 64.74 64.8 -
YUV 213.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 241 201 202 0 0.17 0.16 0.05 358.5 0.59 0.87
Hex F1 C9 CA 0 11 10 5 166 3B 57
Octal 361 311 312 0 21 20 5 546 73 127
Binary 11110001 11001001 11001010 0 10001 10000 101 101100110 111011 1010111

Color Harmonies of #F1C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C9CA

Black with #F1C9CA

Text Example


Text Example

White with #F1C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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