#FFC3EA

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

Shades of Classic Rose #FFC3EA

Tints of Classic Rose #FFC3EA

Color information

#FFC3EA (or 0xFFC3EA) is unknown color: approx Classic Rose. HEX triplet: FF, C3 and EA. RGB value is (255,195,234). Sum of RGB (Red+Green+Blue) = 255+195+234=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3EA is #003C15. Grayscale: #D9D9D9. Windows color (decimal): -15382 or 15385599. OLE color: 15385599.

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

Color convert

RGB255195234-
CMYK00.240.080
HSL321º100%88.24%-
HSV(B)321º23.53%100%-
XYZ75.6166.2386.64-
YUV217.39137.38154.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 195 (76.56% from 255) = 28.51%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=37.28%
G=28.51%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519523400.240.08032110088.24
HexFFC3EA018801416458
Octal377303352030100501144130
Binary1111111111000011111010100110001000010100000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3EA; }

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

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

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

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

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

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

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

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