#F1CEDB

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

Shades of Classic Rose #F1CEDB

Tints of Classic Rose #F1CEDB

Color information

#F1CEDB (or 0xF1CEDB) is unknown color: approx Classic Rose. HEX triplet: F1, CE and DB. RGB value is (241,206,219). Sum of RGB (Red+Green+Blue) = 241+206+219=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEDB is #0E3124. Grayscale: #D9D9D9. Windows color (decimal): -930085 or 14405361. OLE color: 14405361.

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

Color convert

RGB241206219-
CMYK00.150.090.05
HSL337.71º55.56%87.65%-
HSV(B)337.71º14.52%94.51%-
XYZ71.1367.9676.39-
YUV217.95128.6144.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=36.19%
G=30.93%
B=32.88%

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
Decimal24120621900.150.090.05337.7155.5687.65
HexF1CEDB0F951523858
Octal36131633301711552270130
Binary1111000111001110110110110111110011011010100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEDB; }

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

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

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

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

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

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

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

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