#F1CEE0

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

Shades of Classic Rose #F1CEE0

Tints of Classic Rose #F1CEE0

Color information

#F1CEE0 (or 0xF1CEE0) is unknown color: approx Classic Rose. HEX triplet: F1, CE and E0. RGB value is (241,206,224). Sum of RGB (Red+Green+Blue) = 241+206+224=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEE0 is #0E311F. Grayscale: #DADADA. Windows color (decimal): -930080 or 14733041. OLE color: 14733041.

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

Color convert

RGB241206224-
CMYK00.150.070.05
HSL329.14º55.56%87.65%-
HSV(B)329.14º14.52%94.51%-
XYZ71.868.2379.91-
YUV218.52131.1144.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 224 (87.89% from 255) = 33.38%
R=35.92%
G=30.70%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120622400.150.070.05329.1455.5687.65
HexF1CEE00F751493858
Octal3613163400177551170130
Binary111100011100111011100000011111111011010010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEE0; }

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

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

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

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

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

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

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

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