#F1CEE4

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

Shades of Classic Rose #F1CEE4

Tints of Classic Rose #F1CEE4

Color information

#F1CEE4 (or 0xF1CEE4) is unknown color: approx Classic Rose. HEX triplet: F1, CE and E4. RGB value is (241,206,228). Sum of RGB (Red+Green+Blue) = 241+206+228=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEE4 is #0E311B. Grayscale: #DADADA. Windows color (decimal): -930076 or 14995185. OLE color: 14995185.

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

Color convert

RGB241206228-
CMYK00.150.050.05
HSL322.29º55.56%87.65%-
HSV(B)322.29º14.52%94.51%-
XYZ72.3568.4482.8-
YUV218.97133.1143.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=35.70%
G=30.52%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120622800.150.050.05322.2955.5687.65
HexF1CEE40F551423858
Octal3613163440175550270130
Binary111100011100111011100100011111011011010000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEE4; }

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

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

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

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

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

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

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

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