#F1CDDD

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

Shades of Classic Rose #F1CDDD

Tints of Classic Rose #F1CDDD

Color information

#F1CDDD (or 0xF1CDDD) is unknown color: approx Classic Rose. HEX triplet: F1, CD and DD. RGB value is (241,205,221). Sum of RGB (Red+Green+Blue) = 241+205+221=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDD is #0E3222. Grayscale: #D9D9D9. Windows color (decimal): -930339 or 14536177. OLE color: 14536177.

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

Color convert

RGB241205221-
CMYK00.150.080.05
HSL333.33º56.25%87.45%-
HSV(B)333.33º14.94%94.51%-
XYZ71.1667.5877.7-
YUV217.59129.93144.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=36.13%
G=30.73%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120522100.150.080.05333.3356.2587.45
HexF1CDDD0F8514d3857
Octal36131533501710551570127
Binary1111000111001101110111010111110001011010011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDDD; }

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

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

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

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

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

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

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

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