#F1CDE4

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

Shades of Classic Rose #F1CDE4

Tints of Classic Rose #F1CDE4

Color information

#F1CDE4 (or 0xF1CDE4) is unknown color: approx Classic Rose. HEX triplet: F1, CD and E4. RGB value is (241,205,228). Sum of RGB (Red+Green+Blue) = 241+205+228=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDE4 is #0E321B. Grayscale: #DADADA. Windows color (decimal): -930332 or 14994929. OLE color: 14994929.

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

Color convert

RGB241205228-
CMYK00.150.050.05
HSL321.67º56.25%87.45%-
HSV(B)321.67º14.94%94.51%-
XYZ72.1167.9682.72-
YUV218.39133.43144.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=35.76%
G=30.42%
B=33.83%

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
Decimal24120522800.150.050.05321.6756.2587.45
HexF1CDE40F551423857
Octal3613153440175550270127
Binary111100011100110111100100011111011011010000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDE4; }

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

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

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

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

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

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

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

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