Html Css Color HEX #F1CACE Azalea

📋 copy color: '#F1CACE'

red 241 ◦ green 202 ◦ blue 206

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

Shades of Azalea #F1CACE

Tints of Azalea #F1CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.12%

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 37.13%
G = 31.12%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1CACE (or 0xF1CACE) is known color: Azalea. HEX triplet: F1, CA and CE. RGB value is (241,202,206). Sum of RGB (Red+Green+Blue) = 241+202+206=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CACE is #0E3531. Grayscale: #D6D6D6. Windows color (decimal): -931122 or 13552369. OLE color: 13552369.

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

Color convert

RGB 241 202 206 -
CMYK 0 0.16 0.15 0.05
HSL 353.85º 0.58% 0.87% -
HSV(B) 353.85º 0.16% 0.95% -
XYZ 68.54 65.4 67.4 -
YUV 214.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 241 202 206 0 0.16 0.15 0.05 353.85 0.58 0.87
Hex F1 CA CE 0 10 F 5 162 3A 57
Octal 361 312 316 0 20 17 5 542 72 127
Binary 11110001 11001010 11001110 0 10000 1111 101 101100010 111010 1010111

Color Harmonies of #F1CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CACE

Black with #F1CACE

Text Example


Text Example

White with #F1CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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