#FFC6E4

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

Shades of Classic Rose #FFC6E4

Tints of Classic Rose #FFC6E4

Color information

#FFC6E4 (or 0xFFC6E4) is unknown color: approx Classic Rose. HEX triplet: FF, C6 and E4. RGB value is (255,198,228). Sum of RGB (Red+Green+Blue) = 255+198+228=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E4 is #00391B. Grayscale: #DADADA. Windows color (decimal): -14620 or 14993151. OLE color: 14993151.

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

Color convert

RGB255198228-
CMYK00.220.110
HSL328.42º100%88.82%-
HSV(B)328.42º22.35%100%-
XYZ75.4467.2582.4-
YUV218.46133.38154.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 198 (77.73% from 255) = 29.07%
BLUE value IS 228 (89.45% from 255) = 33.48%
R=37.44%
G=29.07%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519822800.220.110328.4210088.82
HexFFC6E4016B01486459
Octal377306344026130510144131
Binary1111111111000110111001000101101011010100100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6E4; }

 p { color: rgb(255,198,228); }

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

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

 a { background-color: rgb(255,198,228); }

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

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

 span { border-color: rgb(255,198,228); }

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