#F1CCDB

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

Shades of Classic Rose #F1CCDB

Tints of Classic Rose #F1CCDB

Color information

#F1CCDB (or 0xF1CCDB) is unknown color: approx Classic Rose. HEX triplet: F1, CC and DB. RGB value is (241,204,219). Sum of RGB (Red+Green+Blue) = 241+204+219=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCDB is #0E3324. Grayscale: #D8D8D8. Windows color (decimal): -930597 or 14404849. OLE color: 14404849.

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

Color convert

RGB241204219-
CMYK00.150.090.05
HSL335.68º56.92%87.25%-
HSV(B)335.68º15.35%94.51%-
XYZ70.656776.23-
YUV216.77129.26145.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=36.30%
G=30.72%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120421900.150.090.05335.6856.9287.25
HexF1CCDB0F951503957
Octal36131433301711552071127
Binary1111000111001100110110110111110011011010100001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCDB; }

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

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

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

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

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

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

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

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