#F1CEDF

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

Shades of Classic Rose #F1CEDF

Tints of Classic Rose #F1CEDF

Color information

#F1CEDF (or 0xF1CEDF) is unknown color: approx Classic Rose. HEX triplet: F1, CE and DF. RGB value is (241,206,223). Sum of RGB (Red+Green+Blue) = 241+206+223=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEDF is #0E3120. Grayscale: #DADADA. Windows color (decimal): -930081 or 14667505. OLE color: 14667505.

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

Color convert

RGB241206223-
CMYK00.150.070.05
HSL330.86º55.56%87.65%-
HSV(B)330.86º14.52%94.51%-
XYZ71.6768.1779.19-
YUV218.4130.6144.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=35.97%
G=30.75%
B=33.28%

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
Decimal24120622300.150.070.05330.8655.5687.65
HexF1CEDF0F7514b3858
Octal3613163370177551370130
Binary111100011100111011011111011111111011010010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEDF; }

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

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

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

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

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

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

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

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