#F1CBCD

Color #F1CBCD Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #F1CBCD

Tints of Azalea #F1CBCD

Color information

#F1CBCD (or 0xF1CBCD) is unknown color: approx Azalea. HEX triplet: F1, CB and CD. RGB value is (241,203,205). Sum of RGB (Red+Green+Blue) = 241+203+205=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBCD is #0E3432. Grayscale: #D6D6D6. Windows color (decimal): -930867 or 13487089. OLE color: 13487089.

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

Color convert

RGB241203205-
CMYK00.160.150.05
HSL356.84º57.58%87.06%-
HSV(B)356.84º15.77%94.51%-
XYZ68.6565.8266.84-
YUV214.59122.59146.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=37.13%
G=31.28%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120320500.160.150.05356.8457.5887.06
HexF1CBCD010F51653a57
Octal36131331502017554572127
Binary11110001110010111100110101000011111011011001011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBCD; }

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

 H1.HeaderClassName
 {
   color: #F1CBCD;
 }
 .AnyTagClassName
 {
   color: #F1CBCD;
 }
</style>
background-color css

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

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

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

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

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

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