#F1CDDA

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

Shades of Classic Rose #F1CDDA

Tints of Classic Rose #F1CDDA

Color information

#F1CDDA (or 0xF1CDDA) is unknown color: approx Classic Rose. HEX triplet: F1, CD and DA. RGB value is (241,205,218). Sum of RGB (Red+Green+Blue) = 241+205+218=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDA is #0E3225. Grayscale: #D9D9D9. Windows color (decimal): -930342 or 14339569. OLE color: 14339569.

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

Color convert

RGB241205218-
CMYK00.150.100.05
HSL338.33º56.25%87.45%-
HSV(B)338.33º14.94%94.51%-
XYZ70.7667.4375.61-
YUV217.25128.43144.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=36.30%
G=30.87%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120521800.150.100.05338.3356.2587.45
HexF1CDDA0FA51523857
Octal36131533201712552270127
Binary1111000111001101110110100111110101011010100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDDA; }

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

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

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

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

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

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

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

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