#F1CDDE

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

Shades of Classic Rose #F1CDDE

Tints of Classic Rose #F1CDDE

Color information

#F1CDDE (or 0xF1CDDE) is unknown color: approx Classic Rose. HEX triplet: F1, CD and DE. RGB value is (241,205,222). Sum of RGB (Red+Green+Blue) = 241+205+222=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDE is #0E3221. Grayscale: #D9D9D9. Windows color (decimal): -930338 or 14601713. OLE color: 14601713.

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

Color convert

RGB241205222-
CMYK00.150.080.05
HSL331.67º56.25%87.45%-
HSV(B)331.67º14.94%94.51%-
XYZ71.2967.6478.41-
YUV217.7130.43144.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.08%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=36.08%
G=30.69%
B=33.23%

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
Decimal24120522200.150.080.05331.6756.2587.45
HexF1CDDE0F8514c3857
Octal36131533601710551470127
Binary1111000111001101110111100111110001011010011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDDE; }

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

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

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

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

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

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

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

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