#F1CDE1

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

Shades of Classic Rose #F1CDE1

Tints of Classic Rose #F1CDE1

Color information

#F1CDE1 (or 0xF1CDE1) is unknown color: approx Classic Rose. HEX triplet: F1, CD and E1. RGB value is (241,205,225). Sum of RGB (Red+Green+Blue) = 241+205+225=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDE1 is #0E321E. Grayscale: #DADADA. Windows color (decimal): -930335 or 14798321. OLE color: 14798321.

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

Color convert

RGB241205225-
CMYK00.150.070.05
HSL326.67º56.25%87.45%-
HSV(B)326.67º14.94%94.51%-
XYZ71.767.880.54-
YUV218.04131.93144.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=35.92%
G=30.55%
B=33.53%

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
Decimal24120522500.150.070.05326.6756.2587.45
HexF1CDE10F751473857
Octal3613153410177550770127
Binary111100011100110111100001011111111011010001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDE1; }

 p { color: rgb(241,205,225); }

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

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

 a { background-color: rgb(241,205,225); }

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

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

 span { border-color: rgb(241,205,225); }

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