#F1CCCD

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

Shades of Azalea #F1CCCD

Tints of Azalea #F1CCCD

Color information

#F1CCCD (or 0xF1CCCD) is unknown color: approx Azalea. HEX triplet: F1, CC and CD. RGB value is (241,204,205). Sum of RGB (Red+Green+Blue) = 241+204+205=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCCD is #0E3332. Grayscale: #D7D7D7. Windows color (decimal): -930611 or 13487345. OLE color: 13487345.

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

Color convert

RGB241204205-
CMYK00.150.150.05
HSL358.38º56.92%87.25%-
HSV(B)358.38º15.35%94.51%-
XYZ68.8966.2966.92-
YUV215.18122.26146.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=37.08%
G=31.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120420500.150.150.05358.3856.9287.25
HexF1CCCD0FF51663957
Octal36131431501717554671127
Binary1111000111001100110011010111111111011011001101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCCD; }

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

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

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

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

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

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

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

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