#F1CCE3

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

Shades of Classic Rose #F1CCE3

Tints of Classic Rose #F1CCE3

Color information

#F1CCE3 (or 0xF1CCE3) is unknown color: approx Classic Rose. HEX triplet: F1, CC and E3. RGB value is (241,204,227). Sum of RGB (Red+Green+Blue) = 241+204+227=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCE3 is #0E331C. Grayscale: #D9D9D9. Windows color (decimal): -930589 or 14929137. OLE color: 14929137.

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

Color convert

RGB241204227-
CMYK00.150.060.05
HSL322.7º56.92%87.25%-
HSV(B)322.7º15.35%94.51%-
XYZ71.7367.4381.91-
YUV217.68133.26144.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 227 (89.06% from 255) = 33.78%
R=35.86%
G=30.36%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120422700.150.060.05322.756.9287.25
HexF1CCE30F651433957
Octal3613143430176550371127
Binary111100011100110011100011011111101011010000111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCE3; }

 p { color: rgb(241,204,227); }

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

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

 a { background-color: rgb(241,204,227); }

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

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

 span { border-color: rgb(241,204,227); }

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