#F1CDDB

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

Shades of Classic Rose #F1CDDB

Tints of Classic Rose #F1CDDB

Color information

#F1CDDB (or 0xF1CDDB) is unknown color: approx Classic Rose. HEX triplet: F1, CD and DB. RGB value is (241,205,219). Sum of RGB (Red+Green+Blue) = 241+205+219=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDB is #0E3224. Grayscale: #D9D9D9. Windows color (decimal): -930341 or 14405105. OLE color: 14405105.

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

Color convert

RGB241205219-
CMYK00.150.090.05
HSL336.67º56.25%87.45%-
HSV(B)336.67º14.94%94.51%-
XYZ70.8967.4876.31-
YUV217.36128.93144.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=36.24%
G=30.83%
B=32.93%

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
Decimal24120521900.150.090.05336.6756.2587.45
HexF1CDDB0F951513857
Octal36131533301711552170127
Binary1111000111001101110110110111110011011010100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDDB; }

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

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

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

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

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

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

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

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