#F1CDE3

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

Shades of Classic Rose #F1CDE3

Tints of Classic Rose #F1CDE3

Color information

#F1CDE3 (or 0xF1CDE3) is unknown color: approx Classic Rose. HEX triplet: F1, CD and E3. RGB value is (241,205,227). Sum of RGB (Red+Green+Blue) = 241+205+227=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDE3 is #0E321C. Grayscale: #DADADA. Windows color (decimal): -930333 or 14929393. OLE color: 14929393.

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

Color convert

RGB241205227-
CMYK00.150.060.05
HSL323.33º56.25%87.45%-
HSV(B)323.33º14.94%94.51%-
XYZ71.9767.9181.99-
YUV218.27132.93144.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 227 (89.06% from 255) = 33.73%
R=35.81%
G=30.46%
B=33.73%

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
Decimal24120522700.150.060.05323.3356.2587.45
HexF1CDE30F651433857
Octal3613153430176550370127
Binary111100011100110111100011011111101011010000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDE3; }

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

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

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

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

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

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

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

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