#F1CEE3

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

Shades of Classic Rose #F1CEE3

Tints of Classic Rose #F1CEE3

Color information

#F1CEE3 (or 0xF1CEE3) is unknown color: approx Classic Rose. HEX triplet: F1, CE and E3. RGB value is (241,206,227). Sum of RGB (Red+Green+Blue) = 241+206+227=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEE3 is #0E311C. Grayscale: #DADADA. Windows color (decimal): -930077 or 14929649. OLE color: 14929649.

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

Color convert

RGB241206227-
CMYK00.150.060.05
HSL324º55.56%87.65%-
HSV(B)324º14.52%94.51%-
XYZ72.2168.3982.07-
YUV218.86132.6143.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 227 (89.06% from 255) = 33.68%
R=35.76%
G=30.56%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120622700.150.060.0532455.5687.65
HexF1CEE30F651443858
Octal3613163430176550470130
Binary111100011100111011100011011111101011010001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEE3; }

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

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

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

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

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

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

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

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