#F1CDCF

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

Shades of Pale Rose #F1CDCF

Tints of Pale Rose #F1CDCF

Color information

#F1CDCF (or 0xF1CDCF) is unknown color: approx Pale Rose. HEX triplet: F1, CD and CF. RGB value is (241,205,207). Sum of RGB (Red+Green+Blue) = 241+205+207=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDCF is #0E3230. Grayscale: #D8D8D8. Windows color (decimal): -930353 or 13618673. OLE color: 13618673.

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

Color convert

RGB241205207-
CMYK00.150.140.05
HSL356.67º56.25%87.45%-
HSV(B)356.67º14.94%94.51%-
XYZ69.3766.8768.28-
YUV215.99122.93145.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=36.91%
G=31.39%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120520700.150.140.05356.6756.2587.45
HexF1CDCF0FE51653857
Octal36131531701716554570127
Binary1111000111001101110011110111111101011011001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDCF; }

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

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

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

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

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

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

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

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