#FFC2E2

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

Shades of Classic Rose #FFC2E2

Tints of Classic Rose #FFC2E2

Color information

#FFC2E2 (or 0xFFC2E2) is unknown color: approx Classic Rose. HEX triplet: FF, C2 and E2. RGB value is (255,194,226). Sum of RGB (Red+Green+Blue) = 255+194+226=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2E2 is #003D1D. Grayscale: #D7D7D7. Windows color (decimal): -15646 or 14861055. OLE color: 14861055.

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

Color convert

RGB255194226-
CMYK00.240.110
HSL328.52º100%88.04%-
HSV(B)328.52º23.92%100%-
XYZ74.2665.3380.65-
YUV215.89133.71155.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 194 (76.17% from 255) = 28.74%
BLUE value IS 226 (88.67% from 255) = 33.48%
R=37.78%
G=28.74%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519422600.240.110328.5210088.04
HexFFC2E2018B01496458
Octal377302342030130511144130
Binary1111111111000010111000100110001011010100100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2E2; }

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

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

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

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

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

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

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

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