#FFC1EA

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

Shades of Classic Rose #FFC1EA

Tints of Classic Rose #FFC1EA

Color information

#FFC1EA (or 0xFFC1EA) is unknown color: approx Classic Rose. HEX triplet: FF, C1 and EA. RGB value is (255,193,234). Sum of RGB (Red+Green+Blue) = 255+193+234=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1EA is #003E15. Grayscale: #D8D8D8. Windows color (decimal): -15894 or 15385087. OLE color: 15385087.

HSL color Cylindrical-coordinate representation of color #FFC1EA: hue angle of 320.32º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1EA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255193234-
CMYK00.240.080
HSL320.32º100%87.84%-
HSV(B)320.32º24.31%100%-
XYZ75.1665.3486.49-
YUV216.21138.04155.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 193 (75.78% from 255) = 28.30%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=37.39%
G=28.30%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519323400.240.080320.3210087.84
HexFFC1EA018801406458
Octal377301352030100500144130
Binary1111111111000001111010100110001000010100000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1EA; }

 p { color: rgb(255,193,234); }

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

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

 a { background-color: rgb(255,193,234); }

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

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

 span { border-color: rgb(255,193,234); }

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