Html Css Color HEX #F1C4CB Azalea

📋 copy color: '#F1C4CB'

red 241 ◦ green 196 ◦ blue 203

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

Shades of Azalea #F1C4CB

Tints of Azalea #F1C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.63%

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 37.66%
G = 30.63%
B = 31.72%

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

#F1C4CB (or 0xF1C4CB) is known color: Azalea. HEX triplet: F1, C4 and CB. RGB value is (241,196,203). Sum of RGB (Red+Green+Blue) = 241+196+203=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4CB is #0E3B34. Grayscale: #D2D2D2. Windows color (decimal): -932661 or 13354225. OLE color: 13354225.

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

Color convert

RGB 241 196 203 -
CMYK 0 0.19 0.16 0.05
HSL 350.67º 0.62% 0.86% -
HSV(B) 350.67º 0.19% 0.95% -
XYZ 66.8 62.49 65.04 -
YUV 210.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 241 196 203 0 0.19 0.16 0.05 350.67 0.62 0.86
Hex F1 C4 CB 0 13 10 5 15F 3E 56
Octal 361 304 313 0 23 20 5 537 76 126
Binary 11110001 11000100 11001011 0 10011 10000 101 101011111 111110 1010110

Color Harmonies of #F1C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4CB

Black with #F1C4CB

Text Example


Text Example

White with #F1C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4CB; }

 p { color: rgb(241,196,203); }

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

background-color css

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

 a { background-color: rgb(241,196,203); }

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

border-color css

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

 span { border-color: rgb(241,196,203); }

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