#FFC2EA

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

Shades of Classic Rose #FFC2EA

Tints of Classic Rose #FFC2EA

Color information

#FFC2EA (or 0xFFC2EA) is unknown color: approx Classic Rose. HEX triplet: FF, C2 and EA. RGB value is (255,194,234). Sum of RGB (Red+Green+Blue) = 255+194+234=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2EA is #003D15. Grayscale: #D8D8D8. Windows color (decimal): -15638 or 15385343. OLE color: 15385343.

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

Color convert

RGB255194234-
CMYK00.240.080
HSL320.66º100%88.04%-
HSV(B)320.66º23.92%100%-
XYZ75.3865.7886.57-
YUV216.8137.71155.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 194 (76.17% from 255) = 28.40%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=37.34%
G=28.40%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519423400.240.080320.6610088.04
HexFFC2EA018801416458
Octal377302352030100501144130
Binary1111111111000010111010100110001000010100000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2EA; }

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

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

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

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

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

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

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

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