#F1CDDC

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

Shades of Classic Rose #F1CDDC

Tints of Classic Rose #F1CDDC

Color information

#F1CDDC (or 0xF1CDDC) is unknown color: approx Classic Rose. HEX triplet: F1, CD and DC. RGB value is (241,205,220). Sum of RGB (Red+Green+Blue) = 241+205+220=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDC is #0E3223. Grayscale: #D9D9D9. Windows color (decimal): -930340 or 14470641. OLE color: 14470641.

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

Color convert

RGB241205220-
CMYK00.150.090.05
HSL335º56.25%87.45%-
HSV(B)335º14.94%94.51%-
XYZ71.0367.5377-
YUV217.47129.43144.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=36.19%
G=30.78%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120522000.150.090.0533556.2587.45
HexF1CDDC0F9514f3857
Octal36131533401711551770127
Binary1111000111001101110111000111110011011010011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDDC; }

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

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

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

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

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

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

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

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