#F1CED1

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

Shades of Pale Rose #F1CED1

Tints of Pale Rose #F1CED1

Color information

#F1CED1 (or 0xF1CED1) is unknown color: approx Pale Rose. HEX triplet: F1, CE and D1. RGB value is (241,206,209). Sum of RGB (Red+Green+Blue) = 241+206+209=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CED1 is #0E312E. Grayscale: #D8D8D8. Windows color (decimal): -930095 or 13750001. OLE color: 13750001.

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

Color convert

RGB241206209-
CMYK00.150.130.05
HSL354.86º55.56%87.65%-
HSV(B)354.86º14.52%94.51%-
XYZ69.8667.4569.66-
YUV216.81123.6145.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 209 (82.03% from 255) = 31.86%
R=36.74%
G=31.40%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120620900.150.130.05354.8655.5687.65
HexF1CED10FD51633858
Octal36131632101715554370130
Binary1111000111001110110100010111111011011011000111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CED1; }

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

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

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

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

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

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

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

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